fixup! Filter user issues from Sentry
This commit is contained in:
parent
2f553117fd
commit
2adcf2bcb1
|
@ -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<string> FilteredExceptionMessages = new List<string>
|
||||
|
|
Loading…
Reference in New Issue