From 610c61907c9334035ddbf4afcf09c1519019f70a Mon Sep 17 00:00:00 2001 From: ischanx Date: Fri, 10 Mar 2023 22:48:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20sentry=E4=B8=8B=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/fg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/fg.js b/html/fg.js index 88f3362..7b71953 100644 --- a/html/fg.js +++ b/html/fg.js @@ -1,5 +1,5 @@ const defaultConfig = { - SENTRY_ENABLE: true, + SENTRY_ENABLE: false, }; window.__FG__ = defaultConfig;