mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-04 22:40:51 +00:00
parent
c885fb81f9
commit
fae24e98fb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||||
o.Environment = BuildInfo.Branch;
|
o.Environment = BuildInfo.Branch;
|
||||||
|
|
||||||
// Crash free run statistics (sends a ping for healthy and for crashes sessions)
|
// 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
|
// Caches files in the event device is offline
|
||||||
// Sentry creates a 'sentry' sub directory, no need to concat here
|
// Sentry creates a 'sentry' sub directory, no need to concat here
|
||||||
|
|
Loading…
Reference in a new issue