diff --git a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs index 19399c683..fdde6f24b 100644 --- a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs +++ b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs @@ -251,7 +251,7 @@ namespace NzbDrone.Common.Instrumentation.Sentry protected override void Write(LogEventInfo logEvent) { - if (_unauthorized) + if (_unauthorized || !SentryEnabled) { return; }