Skip to content

Don't report exceptions from third-party code to Sentry

Administrator requested to merge filter-sentry-errors into master

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.

Merge request reports

Loading