diff --git a/src/App.tsx b/src/App.tsx index bae7c0af..76fcf68c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,6 +21,12 @@ if (TRACKING) { Sentry.init({ dsn: 'https://2662633cce5b4b9f99da6b395b0a471f@o4505087864799232.ingest.us.sentry.io/4505087866044416', tracesSampleRate: 0, + ignoreErrors: [ + 'Network request failed', + 'Download interrupted.', + /Failed to delete /, + 'Cannot convert undefined value to object', + ], }); }