Skip to content

Commit

Permalink
chore(frontend): Fix JS SDK deprecation (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored Feb 13, 2024
1 parent 7398b79 commit f5e9102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import './assets/main.css'
release: dataSet.sentryRelease,
integrations: [
Sentry.browserTracingIntegration({
routingInstrumentation: Sentry.vueRouterInstrumentation(router),
router: router,
routeLabel: 'path',
tracePropagationTargets: ["localhost", "gibpotato.app", /^\//],
_experiments: {
enableInteractions: true,
Expand Down

0 comments on commit f5e9102

Please sign in to comment.