mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 21:24:52 +01: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 @@ protected override void Write(LogEventInfo logEvent)
|
|||
{
|
||||
logEvent.Level.ToString(),
|
||||
logEvent.LoggerName,
|
||||
logEvent.Message,
|
||||
logEvent.Exception?.GetType().ToString()
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue