mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05:00
Filter OOM from sentry
This commit is contained in:
@@ -22,7 +22,8 @@ namespace NzbDrone.Common.Test.InstrumentationTests
|
||||
|
||||
private static Exception[] FilteredExceptions = new Exception[] {
|
||||
new UnauthorizedAccessException(),
|
||||
new TinyIoC.TinyIoCResolutionException(typeof(string))
|
||||
new TinyIoC.TinyIoCResolutionException(typeof(string)),
|
||||
new OutOfMemoryException()
|
||||
};
|
||||
|
||||
[SetUp]
|
||||
|
||||
Reference in New Issue
Block a user