New: Enable Sentry Analytics (#3669)

This commit is contained in:
Qstick
2019-08-06 22:20:47 -04:00
committed by GitHub
parent 64ec751938
commit 71c398f0fc
66 changed files with 697 additions and 5790 deletions

View File

@@ -170,7 +170,7 @@ namespace NzbDrone.Core.Configuration
SetValue("AuthenticationMethod", AuthenticationType.Basic);
return AuthenticationType.Basic;
}
return GetValueEnum("AuthenticationMethod", AuthenticationType.None);
}
}
@@ -364,6 +364,11 @@ namespace NzbDrone.Core.Configuration
{
EnsureDefaultConfigFile();
DeleteOldValues();
if (!AnalyticsEnabled)
{
NzbDroneLogger.UnRegisterRemoteLoggers();
}
}
public void Execute(ResetApiKeyCommand message)