Skip to content

Commit

Permalink
chore: mise à jour de @sentry/vue
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed May 22, 2024
1 parent 1cf3c22 commit 356030f
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 109 deletions.
178 changes: 71 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@algolia/autocomplete-js": "^1.8.3",
"@algolia/autocomplete-theme-classic": "^1.8.3",
"@gouvfr/dsfr": "1.11.2",
"@sentry/vue": "^7.50.0",
"@sentry/vue": "^8.3.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/centroid": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (import.meta.env.PROD && VUE_APP_SENTRY_DSN) {
dsn: VUE_APP_SENTRY_DSN,
environment: import.meta.env.VUE_APP_ENVIRONMENT,
integrations: [
new Sentry.BrowserTracing({
Sentry.browserTracingIntegration({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
}),
],
Expand Down

0 comments on commit 356030f

Please sign in to comment.