Skip to content

Commit

Permalink
Don't send session information to Sentry
Browse files Browse the repository at this point in the history
(cherry picked from commit fae24e98fb9230c2f3701caef457332952c6723f)
  • Loading branch information
markus101 authored and mynameisbogdan committed Dec 28, 2024
1 parent af60cca commit 6f23c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f23c46

Please sign in to comment.