From ffc40d945683e3d4eaf00d17f4dd4b35c625fc35 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 6 Oct 2013 15:36:55 -0700 Subject: [PATCH] Report errors on linux --- src/NzbDrone.Common/Instrumentation/ExceptronTarget.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Common/Instrumentation/ExceptronTarget.cs b/src/NzbDrone.Common/Instrumentation/ExceptronTarget.cs index 32c2c4238..f824a5ac4 100644 --- a/src/NzbDrone.Common/Instrumentation/ExceptronTarget.cs +++ b/src/NzbDrone.Common/Instrumentation/ExceptronTarget.cs @@ -47,7 +47,6 @@ namespace NzbDrone.Common.Instrumentation protected override void Write(LogEventInfo logEvent) { if (logEvent == null || logEvent.Exception == null) return; - if (OsInfo.IsLinux) return; InternalLogger.Trace("Sending Exception to api.exceptron.com. Process Name: {0}", Process.GetCurrentProcess().ProcessName);