mirror of https://github.com/lidarr/Lidarr
Report errors on linux
This commit is contained in:
parent
be6d5aa4c2
commit
ffc40d9456
|
@ -47,7 +47,6 @@ namespace NzbDrone.Common.Instrumentation
|
|||
protected override void Write(LogEventInfo logEvent)
|
||||
{
|
||||
if (logEvent == null || logEvent.Exception == null) return;
|
||||
if (OsInfo.IsLinux) return;
|
||||
|
||||
InternalLogger.Trace("Sending Exception to api.exceptron.com. Process Name: {0}", Process.GetCurrentProcess().ProcessName);
|
||||
|
||||
|
|
Loading…
Reference in New Issue