Browse Source

更新依赖,发正式版前,请先在main.js里移除Sentry监控初始化,测试服的异常查看:http://192.168.0.109:5501/

ZaiZai 1 năm trước cách đây
mục cha
commit
15dcdea58e
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 1 1
      public/version.json
  2. 4 1
      src/main.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20231107162542"
+  "value": "20231107163259"
 }

+ 4 - 1
src/main.js

@@ -36,7 +36,10 @@ async function bootstrap() {
             new Sentry.BrowserTracing({
                 routingInstrumentation: Sentry.vueRouterInstrumentation(router),
             }),
-            new Sentry.Replay(),
+            new Sentry.Replay({
+                maskAllText: false,
+                blockAllMedia: false,
+            }),
         ],
         tracesSampleRate: 1.0,
         replaysSessionSampleRate: 0.1,