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

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

本文关键字:扩展 第三方 不必要 报告 崩溃 Sentry      更新时间:2023-09-26

我已经在我的扩展上实现了 sentry for js。但是我从我的用户在其浏览器中安装的第三方扩展程序收到不需要的错误报告。我应该如何避免这些类型的错误?

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

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