From 7182f80a06557d36849ab3daefb78f8393b321b8 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Wed, 8 Jan 2025 09:14:36 +0000 Subject: [PATCH] Ignore another common Non-Error promise rejection error (#22633) GitOrigin-RevId: a7c8571a6211eeca025f7f6c5dd8970645b911a6 --- services/web/frontend/js/infrastructure/error-reporter.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/js/infrastructure/error-reporter.ts b/services/web/frontend/js/infrastructure/error-reporter.ts index 771258eab3..a21a376594 100644 --- a/services/web/frontend/js/infrastructure/error-reporter.ts +++ b/services/web/frontend/js/infrastructure/error-reporter.ts @@ -47,6 +47,7 @@ function sentryReporter() { '10 $digest() iterations reached', // Ignore a frequent unhandled promise rejection /Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/, + /Non-Error promise rejection captured with keys: message, status/, ], denyUrls: [