mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-14 16:11:23 +00:00
Don't include null in sentry fingerprint if even has no exception
This commit is contained in:
parent
bcd67dee5e
commit
6577b0a721
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
|||
{
|
||||
logEvent.Level.ToString(),
|
||||
logEvent.LoggerName,
|
||||
logEvent.Message,
|
||||
logEvent.Exception?.GetType().ToString()
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue