Skip to content

Commit

Permalink
chore: Igrnore specifc sentry error
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 6, 2023
1 parent 00dff9e commit 4adbe63
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-
});
}
}

0 comments on commit 4adbe63

Please sign in to comment.