1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-02 13:14:58 +00:00

Don't send session information to Sentry

Closes #7518
This commit is contained in:
Mark McDowall 2024-12-26 12:37:45 -08:00 committed by Cascade Fury
parent c885fb81f9
commit fae24e98fb

View file

@ -110,7 +110,7 @@ namespace NzbDrone.Common.Instrumentation.Sentry
o.Environment = BuildInfo.Branch;
// Crash free run statistics (sends a ping for healthy and for crashes sessions)
o.AutoSessionTracking = true;
o.AutoSessionTracking = false;
// Caches files in the event device is offline
// Sentry creates a 'sentry' sub directory, no need to concat here