mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Ignore a frequent unhandled promise rejection (#21383)
GitOrigin-RevId: 3c1360d6f4be1367aa77893ad8ef60760d6f9351
This commit is contained in:
parent
c0d6a9c5f0
commit
34c3647244
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ function sentryReporter() {
|
|||
"Cannot read properties of undefined (reading 'length')",
|
||||
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
|
||||
'10 $digest() iterations reached',
|
||||
// Ignore a frequent unhandled promise rejection
|
||||
/Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/,
|
||||
],
|
||||
|
||||
denyUrls: [
|
||||
|
|
Loading…
Reference in a new issue