Skip to content

Feature Request - More Error Reporting for Error "Object Not Found Matching Id" #4209

Closed
@indeediansbrett

Description

@indeediansbrett

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.

return new TryCallMethodResult(false, result, "Object Not Found Matching Id:" + objectId);

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:

Uncaught "Object Not Found Matching Id:6"
No stack, consider using an instance of Error

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions