We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behaviour When fetch it's execute should add trace_id & span_id automatically as Headers
fetch
Actual behaviour When checking a trace between two services no dependency exists because the trace_id & span_id are missing
Steps to reproduce fetch("http://example.com");
Environment docker
The text was updated successfully, but these errors were encountered:
Changing this to a feature request since the reason this doesn't work is that fetch is not supported yet so we don't have an integration for it.
Sorry, something went wrong.
There is some work in progress from back in April in #2010.
Node 18.13.0 just shipped fetch without the experimental warning. The PR for that is nodejs/node#45287.
No branches or pull requests
Expected behaviour
When
fetch
it's execute should add trace_id & span_id automatically as HeadersActual behaviour
When checking a trace between two services no dependency exists because the trace_id & span_id are missing
Steps to reproduce
fetch("http://example.com");
Environment docker
The text was updated successfully, but these errors were encountered: