You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-06-03 18:35:08 +02:00
49359495c7
* Simplify trace_context tests Refactor the propagation/trace_context tests to be targeted at testing the propagator functionality only and remove extraneous dependencies. Fix the TraceContext Inject method from injecting the tracestate header if no value exists. * Add changes to changelog