Disable sentry autoSessionTracking

This commit is contained in:
Riordan Panayides 2023-07-20 17:48:14 +01:00
parent 0605872a56
commit 3f27de3dd3
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ Sentry.init({
// in development and sample at a lower rate in production
replaysSessionSampleRate: 0.1,
// Disable session tracking as it's not supported https://gitlab.com/glitchtip/glitchtip-backend/-/issues/206
autoSessionTracking: false,
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
integrations: [
new Sentry.Replay({