mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
Filter out Angular iteration errors from Sentry reporting (#15751)
GitOrigin-RevId: 416f1cfbaf05bc83a5370d7f4fb125d6803268ce
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user