chore: 替换 sentry dsn

This commit is contained in:
wangxuefeng 2025-03-25 14:53:32 +08:00
parent d407dbccee
commit 9389720895

View File

@ -18,7 +18,7 @@ const app = createApp(App);
Sentry.init({ Sentry.init({
app, app,
dsn: 'https://5bcf1344794fea64fc5e5fe7da4821c1@o4508962650783744.ingest.de.sentry.io/4508962653143120', dsn: 'https://44939af86b1f2bb9890579556f01204e@o4509037014482944.ingest.de.sentry.io/4509037067173968',
integrations: [ integrations: [
// 异常路径回放 // 异常路径回放
Sentry.replayIntegration(), Sentry.replayIntegration(),