mirror of
https://github.com/Radarr/Radarr
synced 2025-02-21 22:07:21 +00: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 @@ 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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue