Releases: DataDog/dd-trace-cpp
Releases · DataDog/dd-trace-cpp
v0.1.6
This release adds new features:
- W3C-style trace context propagation adds support for OpenTelemetry-compatible trace context extraction and injection. It is enabled by default, and is interoperable with Datadog-style traces.
- 128-bit trace ID generation is an opt-in feature making the tracer produce 128-bit trace IDs instead of 64-bit trace IDs. The new wider trace IDs are backward compatible with respect to Datadog-style trace context propagation.
- Additional span tags are automatically added to each span for better and more consistent reporting in the Datadog UI.