mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Disable Sentry Reporting based on analytics flag
This commit is contained in:
@@ -33,12 +33,12 @@ namespace NzbDrone.Update
|
||||
SecurityProtocolPolicy.Register();
|
||||
X509CertificateValidationPolicy.Register();
|
||||
|
||||
var startupArgument = new StartupContext(args);
|
||||
NzbDroneLogger.Register(startupArgument, true, true);
|
||||
var startupContext = new StartupContext(args);
|
||||
NzbDroneLogger.Register(startupContext, true, true);
|
||||
|
||||
Logger.Info("Starting Sonarr Update Client");
|
||||
|
||||
_container = UpdateContainerBuilder.Build(startupArgument);
|
||||
_container = UpdateContainerBuilder.Build(startupContext);
|
||||
|
||||
_container.Resolve<UpdateApp>().Start(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user