Skip to content

Commit

Permalink
chore: sentry ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 1, 2024
1 parent 6795716 commit c760b10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
});
}

Expand Down

0 comments on commit c760b10

Please sign in to comment.