http tests should cover the client originated trace use case #346
Labels
Milestone
Comments
|
@adriancole continuing our last discussion, how can i help |
|
suppose this was a request to backfill tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@thegryfon noticed that in community axios implementations, some leak contexts and you wouldn't necessarily know until a second root trace is attempted.
here's an example scenario I think tests could cover:
there is no parent trace in scope
create a client request
create a second client request
verify that both client requests are root spans
The text was updated successfully, but these errors were encountered: