Эх сурвалжийг харах

chore: 提高上报概率

zhangyuhan 1 жил өмнө
parent
commit
a2569b60e9

+ 1 - 1
apps/bigmember_pc/src/sentry.js

@@ -6,7 +6,7 @@ export function initSentry() {
       dsn: 'https://1009883edc154953bec82b5e9ec88bce@jysentry.jydev.jianyu360.cn/7',
       release: import.meta.env.VITE_APP_GIT_BRANCH,
       environment: 'produce',
-      sampleRate: 0.02
+      sampleRate: 0.1
     })
     Sentry.setTag('url', location.href)
     const id = document.cookie.match(/(^|;)\s*ud_safe\s*=\s*([^;]+)/)