Don't report exceptions from third-party code to Sentry
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: lguychard
We currently receive errors originating from third-party code in Sentry/browser-extension, for example:
This filters out such errors by checking the stack trace of exceptions in Sentry's beforeSend
callback: strack traces where no filename contains our extension ID are discarded.
Push commits to the source branch or add previously merged commits to review them.