|
|
@ -50,7 +50,13 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
|
|
|
"UnauthorizedAccessException",
|
|
|
|
"UnauthorizedAccessException",
|
|
|
|
|
|
|
|
|
|
|
|
// Filter out people stuck in boot loops
|
|
|
|
// Filter out people stuck in boot loops
|
|
|
|
"CorruptDatabaseException"
|
|
|
|
"CorruptDatabaseException",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Filter SingleInstance Termination Exceptions
|
|
|
|
|
|
|
|
"TerminateApplicationException",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// User config issue, root folder missing, etc.
|
|
|
|
|
|
|
|
"DirectoryNotFoundException"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly List<string> FilteredExceptionMessages = new List<string>
|
|
|
|
public static readonly List<string> FilteredExceptionMessages = new List<string>
|
|
|
|