Avoid uncaught error resource (http calls)

pull/7870/head
Oliver Günther 5 years ago
parent 5555b90d96
commit 97ec8eab41
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      frontend/src/app/sentry/sentry-reporter.ts

@ -84,7 +84,9 @@ export class SentryReporter implements ErrorReporter {
debug: !environment.production,
ignoreErrors: [
// Transition movements,
'The transition has been superseded by a different transition'
'The transition has been superseded by a different transition',
// Uncaught error resource promises
'Uncaught (in promise): [ErrorResource'
]
});

Loading…
Cancel
Save