Frontend and backend service is not connected with One trace-id value #6538
-
We like to enable distributed tracing in our environment. But our frontend and backend applications is having different trace-id values, for the calls that which frontend makes to backend APIs, due to which in Trace-View, we don't see any connected service and are unable to debug the performance and get complete trace view We have initialized the Sentry using the below and using "@sentry/tracing": "^7.20.0", "@sentry/vue": "^7.20.0", package + version
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
Hi,
tracePropagationTargets
doesn't support globbing."<our_domain>/api/*"
should be"<our_domain>/api/"
. You can verify that requests are getting traced by looking for abaggage
orsentry-trace
header on the request.