Teamcity should no longer send in Exceptioneer reports
This commit is contained in:
parent
97ed59920b
commit
1d97455e9f
|
@ -12,7 +12,7 @@ namespace NzbDrone.Core.Instrumentation
|
||||||
|
|
||||||
protected override void Write(LogEventInfo logEvent)
|
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);
|
Logger.Trace("Sending Exception to Exceptioneer. {0}", Process.GetCurrentProcess().ProcessName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue