Feature Request - More Error Reporting for Error "Object Not Found Matching Id" #4209
Labels
feature-request
Good First Issue
good first issue Issues that are suitable for first-time contributors.
up-for-grabs
Milestone
Describe the solution you'd like
In
JavascriptObjectRespitory
there's an error thrown that says "Object Not Found Matching Id:objectId
". We get this error on our Datadog logs, but have no idea what .net app that it came from or whom to contact regarding the issue. Is there any way to add additional context to the error? It would appear the user of this library is unregistering an object before it should be unregistered.CefSharp/CefSharp/Internals/JavascriptObjectRepository.cs
Line 293 in 445fb9a
Describe alternatives you've considered
This is what we get on our end in Datadog, so really have next to little information to go off of:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: