mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-01 13:34:02 +00:00
Don't include null in sentry fingerprint if even has no exception
This commit is contained in:
@@ -78,7 +78,6 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||
{
|
||||
logEvent.Level.ToString(),
|
||||
logEvent.LoggerName,
|
||||
logEvent.Message,
|
||||
logEvent.Exception?.GetType().ToString()
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user