Closed
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 package are you using?
@sentry/angular
SDK Version
Latest
Framework Version
No response
Link to Sentry event
SDK Setup
Sentry.init({
// allowUrls: [] This is set, but leaving out
// ignoreErrors: [] This is set, but leaving out
release: '{{ release() }}',
environment: '{{ App::environment() }}',
replaysSessionSampleRate: {{ prod() ? '0.1' : '1.0' }},
replaysOnErrorSampleRate: 1.0,
integrations: [
new Sentry.Integrations.Replay({
maskAllText: false,
blockAllMedia: false
})
]
Steps to Reproduce
Issue is Non-Error promise rejection captured with value: null
. Confirmed this is caused by a browser extension (1Password and Buffer - almost certainly 1Password) because once the user disabled them, the error went away. Only thing is, I have this on:
And allowUrls
set. Shouldn't either of these options prevent this?
I can add this error to ignoreErrors
, but I shouldn't have to, right? See #3451
Expected Result
Unimportant errors from extensions ignored.
Actual Result
Errors not ignored.
Metadata
Metadata
Assignees
Labels
No labels