diff --git a/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs b/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs index 8dbd6d29d..c543320f3 100644 --- a/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs +++ b/NzbDrone.Core/Instrumentation/ExceptioneerTarget.cs @@ -12,7 +12,7 @@ namespace NzbDrone.Core.Instrumentation 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);