mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-02-14 12:20:55 +02:00
Added missing SentryEnabled check
This commit is contained in:
parent
354ddcfee5
commit
e96d05149c
@ -251,7 +251,7 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||
|
||||
protected override void Write(LogEventInfo logEvent)
|
||||
{
|
||||
if (_unauthorized)
|
||||
if (_unauthorized || !SentryEnabled)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user