Don't send session information to Sentry

Closes #7518
pull/7525/head v4.0.11.2804
Mark McDowall 2 months ago committed by Cascade Fury
parent c885fb81f9
commit fae24e98fb

@ -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

Loading…
Cancel
Save