Просмотр исходного кода

Ignore another common Non-Error promise rejection error (#22633)

GitOrigin-RevId: a7c8571a6211eeca025f7f6c5dd8970645b911a6
Alf Eaton 1 год назад
Родитель
Сommit
47275850fe
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      services/web/frontend/js/infrastructure/error-reporter.ts

+ 1 - 0
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: [