Browse Source

fix: 修复采样率问题

zhangyuhan 2 years ago
parent
commit
594b5f1ae5

File diff suppressed because it is too large
+ 0 - 0
src/web/staticres/public-pc/js/detection-min.js


+ 2 - 2
src/web/staticres/public-pc/js/detection.js

@@ -3,9 +3,9 @@
     try {
       Sentry.init({
         dsn: "https://ea0521e5b3584ca1879b940c165916e4@jysentry.jydev.jianyu360.cn/3",
-        release: "v8.8.48.1",
+        release: "v8.8.48.2",
         environment: "produce",
-        SampleRate: 0.01
+        sampleRate: 0.01
       });
       Sentry.setTag("url", location.href);
       var id = document.cookie.match(/(^|;)\s*ud_safe\s*=\s*([^;]+)/);

Some files were not shown because too many files changed in this diff