-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Browser extension errors still logged, despite inbound setting and allowUrls #7047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi again @futzlarson, I think we don't have this error message in our "known browser extenstion" error filter which means that enabling this option in the UI won't have an effect for this error.
That leaves us with An alternative would be to configure your Does this answer your question? |
Interesting idea about |
Errors without stack traces can mean a lot of things. As we can see here, they could originate from browser extensions. In the past, we observed certain As for your question, I think it depends a lot on your app if you filter them out entirely. My suggestion would be to go slow and see what you can eliminate but feel free to experiment :) The error message you reported, seems to be quite generic, so I'm afraid we can't just add it to our default filters without filtering out false negatives. I'm going to close this issue as I don't think there's something actionable at this point but feel free to leave a comment if you think this should be reopened. |
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
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
https://auxbus.sentry.io/issues/3706814090/?project=1375267&query=is%3Aunresolved&referrer=issue-stream
SDK Setup
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 #3451Expected Result
Unimportant errors from extensions ignored.
Actual Result
Errors not ignored.
The text was updated successfully, but these errors were encountered: