diff --git a/frontend/src/main.js b/frontend/src/main.js index 15b949a..750fa14 100644 --- a/frontend/src/main.js +++ b/frontend/src/main.js @@ -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,