Skip to content

Commit

Permalink
contournement du bug de google sur ios (#4832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs authored Feb 24, 2025
1 parent b463582 commit a2e2ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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"],
})
}
app.use(Resizer)
Expand Down

0 comments on commit a2e2ed0

Please sign in to comment.