使用 Sentry 时如何避免来自第三方扩展的不必要的崩溃报告?

How to avoid unwanted crash reporting from third party extensions while using Sentry?

我已经在我的扩展上实现了 Sentry for js。 但是我从我的用户在他们的 browser.How 中安装的第三方扩展中收到不需要的错误报告,我应该避免这些类型的错误吗?

您可以在配置步骤中将网址列入白名单。

https://docs.getsentry.com/hosted/clients/javascript/tips/