mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Exceptions are now sent to exceptrack
This commit is contained in:
parent
2b5776acbf
commit
aff17f7767
17 changed files with 58 additions and 159 deletions
|
@ -68,6 +68,7 @@ namespace NzbDrone.Core
|
|||
{
|
||||
EnvironmentProvider.UGuid = Kernel.Get<ConfigProvider>().UGuid;
|
||||
ReportingService.RestProvider = Kernel.Get<RestProvider>();
|
||||
ReportingService.SetupExceptrackDriver();
|
||||
|
||||
var appId = AnalyticsProvider.DESKMETRICS_TEST_ID;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue