Hey.
I have two projects:
- Astro frontend
- Cloudflare worker API
Both of them are hooked into Sentry, and they are created as an individual projects. I tried my best to setup a tracing thats gonna present me an aggregated transaction/spans that span the whole user flow
User visits the page, submits a form, hits api, api hits db, response comes back to the user.
I did follow all the guides in your documentation and I can confirm that both projects successfully exchange correctly configured sentry-trace and baggage headers. Could someone please instruct me what am I missing to achieve this kind of tracing visibility as presented on one of your docs page. Clearly passing headers around is not enough. Or maybe I dont know when to look for it on the dashboard.
This is a photo from your docs, and this is what I would love to see.

Hey.
I have two projects:
Both of them are hooked into Sentry, and they are created as an individual projects. I tried my best to setup a tracing thats gonna present me an aggregated transaction/spans that span the whole user flow
User visits the page, submits a form, hits api, api hits db, response comes back to the user.
I did follow all the guides in your documentation and I can confirm that both projects successfully exchange correctly configured
sentry-traceandbaggageheaders. Could someone please instruct me what am I missing to achieve this kind of tracing visibility as presented on one of your docs page. Clearly passing headers around is not enough. Or maybe I dont know when to look for it on the dashboard.This is a photo from your docs, and this is what I would love to see.