From 2adcf2bcb16ad6886203b8716590432703f3ddf5 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sun, 30 Jul 2023 13:52:17 -0500 Subject: [PATCH] fixup! Filter user issues from Sentry --- src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs index ee7105adf..5ebb3ca8c 100644 --- a/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs +++ b/src/NzbDrone.Common/Instrumentation/Sentry/SentryTarget.cs @@ -43,7 +43,10 @@ namespace NzbDrone.Common.Instrumentation.Sentry "CorruptDatabaseException", // Filter SingleInstance Termination Exceptions - "TerminateApplicationException" + "TerminateApplicationException", + + // User config issue, root folder missing, etc. + "DirectoryNotFoundException" }; public static readonly List FilteredExceptionMessages = new List