From 3f27de3dd3c0654307ab129f6d5ca3c2edbf7db4 Mon Sep 17 00:00:00 2001 From: Riordan Panayides Date: Thu, 20 Jul 2023 17:48:14 +0100 Subject: [PATCH] Disable sentry autoSessionTracking --- sentry.client.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sentry.client.config.ts b/sentry.client.config.ts index ce156ea2..22eaaeef 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -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({