1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Don't include null in sentry fingerprint if even has no exception

This commit is contained in:
Keivan Beigi
2017-01-04 23:28:51 -08:00
parent bcd67dee5e
commit 6577b0a721

View File

@@ -78,7 +78,6 @@ namespace NzbDrone.Common.Instrumentation.Sentry
{
logEvent.Level.ToString(),
logEvent.LoggerName,
logEvent.Message,
logEvent.Exception?.GetType().ToString()
}
};