admin管理员组文章数量:1300223
We dont use the replay feature of Sentry
And it's sending a massive number of events :
{"type":"replay_event"}
There seem to be no way to deactivate it in the admin settings.
Any idea on how to deactivate it through Sentry.init({}) ?
We dont use the replay feature of Sentry
And it's sending a massive number of events :
{"type":"replay_event"}
There seem to be no way to deactivate it in the admin settings.
Any idea on how to deactivate it through Sentry.init({}) ?
Share asked Jun 23, 2023 at 7:59 BrunoBruno 732 silver badges8 bronze badges1 Answer
Reset to default 11Replay will only be enabled if you explicitly opt in. Could you share your init block? It will contain:
At least one of the two with non 0 values:
replaysSessionSampleRate
replaysOnErrorSampleRate
If you remove them. No replay will be sent.
In case you're using the sentry Loader instead. Where you just add the script tag yo your site. You can turn off sentry replay without redeploying your app.
In the project setting you go to Client Keys (DSN), click on Configure and the options for controlling performance monitoring and replay will be there.
Docs at https://docs.sentry.io/platforms/javascript/session-replay/
本文标签: javascriptHow can I disable replay events in SentryStack Overflow
版权声明:本文标题:javascript - How can I disable replay events in Sentry? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741660320a2390996.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论