What's Changed
This release contains a fix for a panic on trace extraction when DD_TRACE_PROPAGATION_EXTRACT_FIRST=true
and no trace headers were present. It also updates the tracer to only retrieve CI tags when CI Visibility is enabled, improving efficiency.
General
- ddtrace/tracer: Fix panic on Extract when DD_TRACE_PROPAGATION_EXTRACT_FIRST=true and no trace headers present [1.71 backport] in #3141
- tracer/stats: Only get CI tags when CI Visibility is enabled [1.71 backport] in #3142
Full Changelog: v1.71.0...v1.71.1