Don't send session information to Sentry

(cherry picked from commit fae24e98fb9230c2f3701caef457332952c6723f)

Closes #3957
pull/3876/merge
Mark McDowall 4 weeks ago committed by Bogdan
parent 7bc9d700f9
commit d02ea4b121

@ -113,7 +113,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