From fe31476e4776f3103574ed4b5c3bd251e8903f4e Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Wed, 5 Jun 2013 23:15:34 -0700 Subject: [PATCH] fixed exceptron app version --- NzbDrone.Common/Instrumentation/ExceptronTarget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Common/Instrumentation/ExceptronTarget.cs b/NzbDrone.Common/Instrumentation/ExceptronTarget.cs index 04b0af8b6..8c7b3db36 100644 --- a/NzbDrone.Common/Instrumentation/ExceptronTarget.cs +++ b/NzbDrone.Common/Instrumentation/ExceptronTarget.cs @@ -48,7 +48,7 @@ namespace NzbDrone.Common.Instrumentation config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67"; } - ExceptronClient = new ExceptronClient(config, Environment.Version); + ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version); }