chore: avoid the init request of sentry

This commit is contained in:
EnixCoda 2021-05-27 00:43:01 +08:00
parent 8253f3ef3b
commit e7745e10c9
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -52,6 +52,7 @@ const sentryOptions: Sentry.BrowserOptions = {
}
return breadcrumb
},
autoSessionTracking: false, // this avoids the request when calling `init`
}
Sentry.init(sentryOptions)