Skip to content

Commit

Permalink
chore: Igrnore specifc sentry error (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 6, 2023
1 parent 00dff9e commit 696e736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default function initSentry(app: App) {
tracesSampleRate: 1.0,
environment: import.meta.env.MODE,
release: `frontend-v2@${version}`,
ignoreErrors: ['error loading dynamically imported module'], // https://docs.sentry.io/platforms/javascript/configuration/filtering/#using-platformidentifier-nameignore-errors-
});
}
}

1 comment on commit 696e736

@vercel
Copy link

@vercel vercel bot commented on 696e736 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.