Skip to content

Commit

Permalink
Fix Sentry baggage header causing Network Error...
Browse files Browse the repository at this point in the history
  • Loading branch information
amcsi committed Jan 3, 2023
1 parent 1abb017 commit 3cd8609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Expand Up @@ -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%
Expand Down

0 comments on commit 3cd8609

Please sign in to comment.