mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Filter TinyIoC.TinyIoCResolutionException from Sentry
This commit is contained in:
@@ -38,7 +38,9 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||
// UnauthorizedAccessExceptions will just be user configuration issues
|
||||
"UnauthorizedAccessException",
|
||||
// Filter out people stuck in boot loops
|
||||
"CorruptDatabaseException"
|
||||
"CorruptDatabaseException",
|
||||
// This also filters some people in boot loops
|
||||
"TinyIoC.TinyIoCResolutionException"
|
||||
};
|
||||
|
||||
private static readonly List<string> FilteredExceptionMessages = new List<string> {
|
||||
|
||||
Reference in New Issue
Block a user