diff --git a/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs b/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs index 8dbd6d29de..c543320f35 100644 --- a/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs +++ b/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs @@ -12,7 +12,7 @@ public class ExceptioneerTarget : Target protected override void Write(LogEventInfo logEvent) { - if (!Debugger.IsAttached) + if (!Debugger.IsAttached && !Process.GetCurrentProcess().ProcessName.Contains("JetBrains")) { Logger.Trace("Sending Exception to Exceptioneer. {0}", Process.GetCurrentProcess().ProcessName);