From 8bac4b68149ff5baf8d09d69937eab1dc7185fcc Mon Sep 17 00:00:00 2001 From: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com> Date: Sun, 19 May 2024 23:14:38 +0800 Subject: [PATCH] forgot to write --- src/SEQTA.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/SEQTA.ts b/src/SEQTA.ts index 22ed0338..cad078fe 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -1,5 +1,3 @@ -import * as Sentry from "@sentry/browser"; - import { animate, spring, stagger } from 'motion' import loading, { AppendLoadingSymbol } from './seqta/ui/Loading' @@ -781,12 +779,6 @@ function main(storedSetting: SettingsState) { } if (storedSetting.telemetry && storedSetting.onoff) { - Sentry.init({ - dsn: "https://54bdb68e80b45182ded22ecf9fe9529c@o4506347383291904.ingest.sentry.io/4506347462393856", - integrations: [Sentry.browserTracingIntegration()], - // Performance Monitoring - tracesSampleRate: 1.0, // Capture 100% of the transactions - }) } const handleDisabled = () => {