-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sentry-replay_id=
baggage header is not present when trace starts in the backend with SSR app
#9756
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-replays for triage ⏲️ |
I'll move it to sentry-javascript repo |
hey, yeah, this is a known issue. This is a duplicate of #9490 - we have this on our radar and do want to work on this, but just haven't gotten around to doing this yet. I'll close this for now, you can follow the progress on this in the issue I linked - thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
I tested this in a Laravel, and a Python SSR app, so I'm not sure if this applies to every sdk.
When a trace is started in the backend the
baggage
headers do not contain asentry-replay_id=
. This causes error events that happen in the backend sdk in the same trace to not be connected to the replay, even though the Trace view shows a full connection.Steps to reproduce -
sentry-replay_id=
Error linking seems to work only when the trace is started from the frontend javascript sdk.
baggage
of trace started from backendExample Of replay where the initial trace started from the backend where errors in trace to not appear in Replay
Expected Result
For the replays to be linked to the errors just like we do for transactions and error events
baggage
of trace started from frontendActual Result
When traces start in the backend, they do not contain a
sentry-replay_id
in the baggage headerProduct Area
Replays
The text was updated successfully, but these errors were encountered: