From e2c2d462790d957f9e708a8a3a74aec9d949531c Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 27 Nov 2023 11:27:11 +0000 Subject: [PATCH] Filter out Angular iteration errors from Sentry reporting (#15751) GitOrigin-RevId: 416f1cfbaf05bc83a5370d7f4fb125d6803268ce --- services/web/frontend/js/infrastructure/error-reporter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/js/infrastructure/error-reporter.js b/services/web/frontend/js/infrastructure/error-reporter.js index 2e5c8a46c8..3930b415a6 100644 --- a/services/web/frontend/js/infrastructure/error-reporter.js +++ b/services/web/frontend/js/infrastructure/error-reporter.js @@ -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: [