mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Updated exceptron driver.
This commit is contained in:
parent
a2d4b59002
commit
0470f3d78c
8 changed files with 6 additions and 6 deletions
|
@ -89,10 +89,10 @@ namespace NzbDrone.Common
|
|||
|
||||
public static void SetupExceptronDriver()
|
||||
{
|
||||
ExceptronDriver = new ExceptionClient(
|
||||
"CB230C312E5C4FF38B4FB9644B05E60E",
|
||||
new EnvironmentProvider().Version.ToString(),
|
||||
new Uri("http://api.Exceptron.com/v1a/"));
|
||||
ExceptronDriver = new ExceptionClient("CB230C312E5C4FF38B4FB9644B05E60E")
|
||||
{
|
||||
ApplicationVersion = new EnvironmentProvider().Version.ToString()
|
||||
};
|
||||
|
||||
ExceptronDriver.ThrowsExceptions = !EnvironmentProvider.IsProduction;
|
||||
ExceptronDriver.Enviroment = EnvironmentProvider.IsProduction ? "Prod" : "Dev";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue