Filter out Angular iteration errors from Sentry reporting (#15751)

GitOrigin-RevId: 416f1cfbaf05bc83a5370d7f4fb125d6803268ce
This commit is contained in:
Alf Eaton 2023-11-27 11:27:11 +00:00 committed by Copybot
parent 298acac919
commit 35a0501276

View file

@ -40,6 +40,8 @@ function sentryReporter() {
/Non-Error promise rejection captured with value: Object Not Found Matching Id/,
// Ignore CM6 error until upgraded
"Cannot read properties of undefined (reading 'length')",
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
'10 $digest() iterations reached',
],
denyUrls: [