Skip to content

Commit

Permalink
feat: ajout d'un nouvel élément à ignorer dans la base de sentry (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs authored Mar 3, 2025
1 parent 35bd968 commit 6b0d810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (process.env?.VITE_SENTRY_FRONTEND_DSN) {
integrations: [Sentry.browserTracingIntegration({ router })],
tracesSampleRate: 0.1,
debug: "development" === process.env.VITE_CONTEXT,
ignoreErrors: ["Can't find variable: gmo"],
ignoreErrors: ["Can't find variable: gmo", /change_ua/],
})
}
app.use(Resizer)
Expand Down

0 comments on commit 6b0d810

Please sign in to comment.