Skip to content

Angular error handler should report handled: false #3836

@bruno-garcia

Description

@bruno-garcia

Currently the Angular error handler integration executes a normal captureException:

const eventId = runOutsideAngular(() => Sentry.captureException(extractedError));

This results in a handled error in Sentry:

image

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 SDK

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions