mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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')",
|
"Cannot read properties of undefined (reading 'length')",
|
||||||
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
|
// Ignore Angular digest iteration limit - see https://github.com/overleaf/internal/issues/15750
|
||||||
'10 $digest() iterations reached',
|
'10 $digest() iterations reached',
|
||||||
|
// Ignore a frequent unhandled promise rejection
|
||||||
|
/Non-Error promise rejection captured with keys: currentTarget, detail, isTrusted, target/,
|
||||||
],
|
],
|
||||||
|
|
||||||
denyUrls: [
|
denyUrls: [
|
||||||
|
|
Loading…
Reference in a new issue