Skip to content

Commit

Permalink
Merge pull request #11 from bob-collective/tom/extra-sentry-filters
Browse files Browse the repository at this point in the history
Update sentry filters
  • Loading branch information
tomjeatt authored Jun 14, 2024
2 parents 3951925 + f867bcd commit b1b88c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/evm/src/utils/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import { createRoutesFromChildren, matchRoutes, useLocation, useNavigationType }

Sentry.init({
dsn: import.meta.env.VITE_SENTRY_URL,
ignoreErrors: ['User rejected the request'],
ignoreErrors: [
'User rejected the request',
'Talisman extension has not been configured yet',
'"MetaMask" does not support programmatic chain switching',
'Failed to fetch dynamically imported module'
],
tunnel: '/tunnel',
integrations: [
// See docs for support of different versions of variation of react router
Expand Down

0 comments on commit b1b88c4

Please sign in to comment.