Context zone not working properly #3128
Unanswered
Nighttraveler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, we want to accomplish a mix of our spans and spans that
FetchInstrumentation
creates.For example whenever there is route change we create an span and we want that spans created in the mean time by FetchInstrumentation are created under our route span context.
Since we don't have access to how FetchInstrumentation creates the span we completely relay on the context being properly managed
But this is not happening right now...
Here is a snippet on how we setup the traceProvider
And on our we simply create the span with tracer.startSpan and pray :P for the FetchInstrumentation uses the same context
Beta Was this translation helpful? Give feedback.
All reactions