mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Filter out Angular iteration errors from Sentry reporting (#15751)
GitOrigin-RevId: 416f1cfbaf05bc83a5370d7f4fb125d6803268ce
This commit is contained in:
parent
298acac919
commit
35a0501276
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ function sentryReporter() {
|
|||
/Non-Error promise rejection captured with value: Object Not Found Matching Id/,
|
||||
// Ignore CM6 error until upgraded
|
||||
"Cannot read properties of undefined (reading 'length')",
|
||||
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
|
||||
'10 $digest() iterations reached',
|
||||
],
|
||||
|
||||
denyUrls: [
|
||||
|
|
Loading…
Reference in a new issue