-
-
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
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g. bundle.tracing.min.js) in your SDK setup.
@sentry/angular
SDK Version
7.46.0
Framework Version
@sentry/angular
Link to Sentry event
No response
SDK Setup
Sentry init
Sentry.init({
dsn: '***',
ignoreErrors: [
'Error to ignore'
]
})Angular error handler:
createErrorHandler({
showDialog: environment.production === false,
})Steps to Reproduce
- Setup Sentry and ignore error
- Register the Sentry error handler with showDalog
- Fire the ignore - that should be ignored
Expected Result
The error is not sent
The dialog does not show
Actual Result
The error is not sent
The dialog shows
Metadata
Metadata
Assignees
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDK