mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
New: Enable Sentry Analytics (#3669)
This commit is contained in:
@@ -17,6 +17,6 @@ namespace NzbDrone.Core.Analytics
|
||||
_configFileProvider = configFileProvider;
|
||||
}
|
||||
|
||||
public bool IsEnabled => _configFileProvider.AnalyticsEnabled && RuntimeInfo.IsProduction;
|
||||
public bool IsEnabled => _configFileProvider.AnalyticsEnabled;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user