mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Teamcity should no longer send in Exceptioneer reports
This commit is contained in:
parent
97ed59920b
commit
1d97455e9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue