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

Merge pull request #29308 from overleaf/ae-sentry-image

Ignore blocked image from googletagmanager error report

GitOrigin-RevId: 0e386ca2c1cd0e59e4e4a686d2eeb40e32efcc80
Mathias Jakobsen 9 месяцев назад
Родитель
Сommit
f6bc89691c
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      services/web/frontend/js/infrastructure/error-reporter.ts

+ 2 - 0
services/web/frontend/js/infrastructure/error-reporter.ts

@@ -67,6 +67,8 @@ function sentryReporter() {
             // 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/,
+            // Ignore a frequent blocked image
+            "Blocked 'image' from 'www.googletagmanager.com'",
           ],
 
           denyUrls: [