浏览代码

fix: 修复采样率问题

zhangyuhan 2 年之前
父节点
当前提交
594b5f1ae5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      src/web/staticres/public-pc/js/detection-min.js
  2. 2 2
      src/web/staticres/public-pc/js/detection.js

文件差异内容过多而无法显示
+ 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 {
     try {
       Sentry.init({
       Sentry.init({
         dsn: "https://ea0521e5b3584ca1879b940c165916e4@jysentry.jydev.jianyu360.cn/3",
         dsn: "https://ea0521e5b3584ca1879b940c165916e4@jysentry.jydev.jianyu360.cn/3",
-        release: "v8.8.48.1",
+        release: "v8.8.48.2",
         environment: "produce",
         environment: "produce",
-        SampleRate: 0.01
+        sampleRate: 0.01
       });
       });
       Sentry.setTag("url", location.href);
       Sentry.setTag("url", location.href);
       var id = document.cookie.match(/(^|;)\s*ud_safe\s*=\s*([^;]+)/);
       var id = document.cookie.match(/(^|;)\s*ud_safe\s*=\s*([^;]+)/);

部分文件因为文件数量过多而无法显示