We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sentry.browserApiErrorsIntegration
1 parent 1fcc1c6 commit 5067d77Copy full SHA for 5067d77
src/app/app.module.ts
@@ -67,7 +67,7 @@ if (environment.environment !== 'local') {
67
dsn: 'https://[email protected]/5285675"',
68
ignoreErrors: ['ResizeObserver loop limit exceeded'],
69
integrations: [
70
- new Sentry.Integrations.TryCatch({
+ Sentry.browserApiErrorsIntegration({
71
XMLHttpRequest: false,
72
}),
73
],
0 commit comments