Ignore a frequent unhandled promise rejection (#21383)

GitOrigin-RevId: 3c1360d6f4be1367aa77893ad8ef60760d6f9351
This commit is contained in:
Alf Eaton 2024-10-25 12:32:20 +01:00 committed by Copybot
parent c0d6a9c5f0
commit 34c3647244

View file

@ -45,6 +45,8 @@ function sentryReporter() {
"Cannot read properties of undefined (reading 'length')",
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
'10 $digest() iterations reached',
// Ignore a frequent unhandled promise rejection
/Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/,
],
denyUrls: [