mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-06 21:47:43 +00:00
Fixed: Group sentry NRE events across platforms
This commit is contained in:
@@ -267,7 +267,8 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||
|
||||
if (message.IsNotNullOrWhiteSpace() && message.Length < 200)
|
||||
{
|
||||
sentryFingerprint.Add(message);
|
||||
// Windows gives a trailing '.' for NullReferenceException but mono doesn't
|
||||
sentryFingerprint.Add(message.TrimEnd('.'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user