mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: avoid the init request of sentry
This commit is contained in:
parent
8253f3ef3b
commit
e7745e10c9
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ const sentryOptions: Sentry.BrowserOptions = {
|
|||
}
|
||||
return breadcrumb
|
||||
},
|
||||
autoSessionTracking: false, // this avoids the request when calling `init`
|
||||
}
|
||||
Sentry.init(sentryOptions)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue