mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Don't send session information to Sentry
(cherry picked from commit fae24e98fb9230c2f3701caef457332952c6723f)
This commit is contained in:
parent
af60cca9ae
commit
6f23c465ee
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public SentryTarget(string dsn, IAppFolderInfo appFolderInfo)
|
|||
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…
Reference in a new issue