From 0cfba43e8ae195f183dea6a84e239a5edc7184c0 Mon Sep 17 00:00:00 2001 From: Ray <11846445+A77AY@users.noreply.github.com> Date: Fri, 14 Aug 2026 23:08:09 +0800 Subject: [PATCH] Change replay --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4ef9c116b..7e78d507e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -22,7 +22,7 @@ if (SENTRY_DSN) { }), ], tracesSampleRate: 1, - replaysSessionSampleRate: 1, + replaysSessionSampleRate: 0, replaysOnErrorSampleRate: 1, enableLogs: false, });