Replies: 1 comment 1 reply
-
@AbhiPrasad any input here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In replay sessions, I would like to search by x-request-id (taken from backend) and find the relevant replay session quickly.
X-request-id header is injected into response headers and I can fetch it. Tried adding using sentry.setTag()
But this doesn't seem to be scalable solution as there are thousands of XHRs within a session, each having its own unique x-request-ids and being added to tags etc.
What's the recommended solution here? Requirement being given a x-request-id from backend, I need to find the correct session replay and jump into it.
Beta Was this translation helpful? Give feedback.
All reactions