Эх сурвалжийг харах

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

Ignore blocked image from googletagmanager error report

GitOrigin-RevId: 0e386ca2c1cd0e59e4e4a686d2eeb40e32efcc80
Mathias Jakobsen 9 сар өмнө
parent
commit
f6bc89691c

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

@@ -67,6 +67,8 @@ function sentryReporter() {
             // Ignore a frequent unhandled promise rejection
             // Ignore a frequent unhandled promise rejection
             /Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/,
             /Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/,
             /Non-Error promise rejection captured with keys: message, status/,
             /Non-Error promise rejection captured with keys: message, status/,
+            // Ignore a frequent blocked image
+            "Blocked 'image' from 'www.googletagmanager.com'",
           ],
           ],
 
 
           denyUrls: [
           denyUrls: [