Discussed in #5958
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 ?