You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see prio is low. To be fair this affects Release Health, prioritization (since unhandled errors have higher priority) and the label on the produdct. I'd argue this is high priority as it's Sentry's main product: error reporting
Currently the Angular error handler integration executes a normal
captureException
:sentry-javascript/packages/angular/src/errorhandler.ts
Line 43 in 925c114
This results in a
handled
error in Sentry:Mechanism ideally would be
angular
or something that helps differentiate where it comes from.Example event in sentry
The text was updated successfully, but these errors were encountered: