We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Object.captureException
Originally posted by jorisre October 14, 2022 When I throw a 500 json response with Remix, the exception name is incorrect.
throw json( { data: {} }, { status: 500, statusText: "My error" } );
Result in:
How I can set myself the exception name for Sentry ?