From 3cd86098c6516fa2a17260d86144564d99571750 Mon Sep 17 00:00:00 2001 From: Attila Szeremi Date: Tue, 3 Jan 2023 12:18:33 +0100 Subject: [PATCH] Fix Sentry baggage header causing Network Error... https://github.com/getsentry/sentry-javascript/issues/6077 --- resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index 7927bd0..5d3511d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -30,7 +30,7 @@ Sentry.init({ integrations: [ new BrowserTracing({ routingInstrumentation: Sentry.vueRouterInstrumentation(router), - tracingOrigins: ['localhost', 'lycee-tcg.eu', /^\//], + tracingOrigins: ['localhost', 'https://lycee-tcg.eu'], }), ], // Set tracesSampleRate to 1.0 to capture 100%