Skip to content

Commit 5067d77

Browse files
committed
Use Sentry.browserApiErrorsIntegration
This is the renamed version of the `TryCatchIntegration` that was previously used. See: getsentry/sentry-javascript#10755
1 parent 1fcc1c6 commit 5067d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (environment.environment !== 'local') {
6767
dsn: 'https://[email protected]/5285675"',
6868
ignoreErrors: ['ResizeObserver loop limit exceeded'],
6969
integrations: [
70-
new Sentry.Integrations.TryCatch({
70+
Sentry.browserApiErrorsIntegration({
7171
XMLHttpRequest: false,
7272
}),
7373
],

0 commit comments

Comments
 (0)