diff --git a/ui/src/AppBoot.ts b/ui/src/AppBoot.ts index 059147ff5..e662afa2c 100644 --- a/ui/src/AppBoot.ts +++ b/ui/src/AppBoot.ts @@ -25,6 +25,7 @@ const SetupSentry = (settingsElement: HTMLElement | null): void => { init({ dsn: settingsElement.dataset.sentryDsn, release: version, + autoSessionTracking: false, }); } catch (err) { console.error("Sentry config failed: " + err);