Procházet zdrojové kódy

Merge pull request #9824 from overleaf/ae-ignore-error

Ignore CM6 error until upgraded

GitOrigin-RevId: bdb368caa8d1ed8127d2239f97ce726057800d76
Alf Eaton před 3 roky
rodič
revize
f789492720

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

@@ -38,6 +38,8 @@ function sentryReporter() {
             // Microsoft Outlook SafeLink crawler
             // Microsoft Outlook SafeLink crawler
             // https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
             // https://forum.sentry.io/t/unhandledrejection-non-error-promise-rejection-captured-with-value/14062
             /Non-Error promise rejection captured with value: Object Not Found Matching Id/,
             /Non-Error promise rejection captured with value: Object Not Found Matching Id/,
+            // Ignore CM6 error until upgraded
+            "Cannot read properties of undefined (reading 'length')",
           ],
           ],
 
 
           denyUrls: [
           denyUrls: [