1
0
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:
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
@@ -17,6 +17,6 @@ namespace NzbDrone.Core.Analytics
_configFileProvider = configFileProvider;
}
public bool IsEnabled => _configFileProvider.AnalyticsEnabled && RuntimeInfo.IsProduction;
public bool IsEnabled => _configFileProvider.AnalyticsEnabled;
}
}