|
@@ -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*([^;]+)/)
|