From e7745e10c92d1f54b2f7e26ca0773599815bc28b Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Thu, 27 May 2021 00:43:01 +0800 Subject: [PATCH] chore: avoid the init request of sentry --- src/analytics.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/analytics.ts b/src/analytics.ts index 9309680..1af5065 100644 --- a/src/analytics.ts +++ b/src/analytics.ts @@ -52,6 +52,7 @@ const sentryOptions: Sentry.BrowserOptions = { } return breadcrumb }, + autoSessionTracking: false, // this avoids the request when calling `init` } Sentry.init(sentryOptions)