-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDK
Description
Currently the Angular error handler integration executes a normal captureException:
| const eventId = runOutsideAngular(() => Sentry.captureException(extractedError)); |
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
Metadata
Metadata
Assignees
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDK
