mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
trying to stop team city from sending exeptioneer reports.
This commit is contained in:
parent
287cb03517
commit
97ed59920b
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Core.Instrumentation
|
|||
{
|
||||
if (!Debugger.IsAttached)
|
||||
{
|
||||
Logger.Trace("Sending Exception to Exceptioneer");
|
||||
Logger.Trace("Sending Exception to Exceptioneer. {0}", Process.GetCurrentProcess().ProcessName);
|
||||
|
||||
new Client
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue