Teamcity should no longer send in Exceptioneer reports

pull/4/head
kay.one 13 years ago
parent 97ed59920b
commit 1d97455e9f

@ -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);

Loading…
Cancel
Save