diff --git a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs index 9384f45f4..4d5e736ab 100644 --- a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs +++ b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs @@ -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 FilteredExceptionMessages = new List {