test: 测试是否因为 sentry 的部分功能堵塞了渲染事件脚本

This commit is contained in:
wangxuefeng
2025-03-24 00:28:02 +08:00
parent 580468a3e9
commit a70783dd55
4 changed files with 46 additions and 16 deletions

View File

@@ -21,13 +21,13 @@ Sentry.init({
dsn: 'https://5bcf1344794fea64fc5e5fe7da4821c1@o4508962650783744.ingest.de.sentry.io/4508962653143120',
integrations: [
// 异常路径回放
Sentry.replayIntegration(),
// Sentry.replayIntegration(),
// 异常端信息追踪
Sentry.browserTracingIntegration(),
// Sentry.browserTracingIntegration(),
],
// Session Replay
replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
replaysOnErrorSampleRate: 1, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
// replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.
// replaysOnErrorSampleRate: 1, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.
});
// 批量注册组件