From f5e9102f0540383b2668e3d50cda02388de0be4c Mon Sep 17 00:00:00 2001 From: Michi Hoffmann Date: Tue, 13 Feb 2024 02:01:35 +0100 Subject: [PATCH] chore(frontend): Fix JS SDK deprecation (#129) --- frontend/src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,