From d37784e882271e4d5e6622ab0f6795d5d38343d1 Mon Sep 17 00:00:00 2001 From: LucHeart Date: Sat, 30 Sep 2023 19:56:00 +0200 Subject: [PATCH] targets? --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 2eada61..ab845a1 100644 --- a/src/main.js +++ b/src/main.js @@ -66,7 +66,7 @@ Sentry.init({ integrations: [ new Sentry.BrowserTracing({ // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled - tracePropagationTargets: ["localhost", /^https:\/\/yourserver\.io\/api/], + tracePropagationTargets: ["localhost", "api.shocklink.net", "dev-api.shocklink.net", "shocklink.net"], routingInstrumentation: Sentry.vueRouterInstrumentation(router), }), new Sentry.Replay(),