How to get trace id on instrumented tests with playwright to correlate with RUM #5307
Closed
servohatred
started this conversation in
General
Replies: 1 comment
-
hey @servohatred ! Thanks for opening the discussion and sorry for taking so long to respond, as I hadn't seen this. This is not currently possible, as the active span is not available within the test, which runs in a different process than the main one (in the playwright worker). I'm working to change this, but it requires a significant rewrite of the plugin, so it might take a bit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way? I am able to instrument my tests and to get my sessionId from RUM but I need to get my trace_id programatically to correlate both of them
Beta Was this translation helpful? Give feedback.
All reactions