diff --git a/sentry.client.config.ts b/sentry.client.config.ts index 517f7e8..4b2de13 100644 --- a/sentry.client.config.ts +++ b/sentry.client.config.ts @@ -18,5 +18,9 @@ if ( replaysSessionSampleRate: 0, replaysOnErrorSampleRate: 1.0, debug: false, + ignoreErrors: [ + "AbortError: The user aborted a request.", + "Failed to fetch", + ], }); }