mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Don't send session information to Sentry
(cherry picked from commit fae24e98fb9230c2f3701caef457332952c6723f)
This commit is contained in:
parent
0e19c03e9a
commit
79b29f39f9
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,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…
Add table
Add a link
Reference in a new issue