Explorar o código

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

ZaiZai hai 1 ano
pai
achega
15dcdea58e
Modificáronse 2 ficheiros con 5 adicións e 2 borrados
  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,