mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 16:22:27 +00:00
Merge pull request #9824 from overleaf/ae-ignore-error
Ignore CM6 error until upgraded GitOrigin-RevId: bdb368caa8d1ed8127d2239f97ce726057800d76
This commit is contained in:
parent
9a5a3d4372
commit
f789492720
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ function sentryReporter() {
|
|||
// Microsoft Outlook SafeLink crawler
|
||||
// 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/,
|
||||
// Ignore CM6 error until upgraded
|
||||
"Cannot read properties of undefined (reading 'length')",
|
||||
],
|
||||
|
||||
denyUrls: [
|
||||
|
|
Loading…
Reference in a new issue