From 34c364724474f7dd0b6817f28e17d86278808e88 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 25 Oct 2024 12:32:20 +0100 Subject: [PATCH] Ignore a frequent unhandled promise rejection (#21383) GitOrigin-RevId: 3c1360d6f4be1367aa77893ad8ef60760d6f9351 --- services/web/frontend/js/infrastructure/error-reporter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/js/infrastructure/error-reporter.ts b/services/web/frontend/js/infrastructure/error-reporter.ts index 6c9eb40ecb..771258eab3 100644 --- a/services/web/frontend/js/infrastructure/error-reporter.ts +++ b/services/web/frontend/js/infrastructure/error-reporter.ts @@ -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: [