Bug Fixes
- Code Security: This fix solves an issue with fstrings where formatting was not applied to int parameters.
- logging: This fix resolves an issue where
tracer.get_log_correlation_context()
incorrectly returned a 128-bit trace_id even withDD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED
set toFalse
(the default), breaking log correlation. It now returns a 64-bit trace_id. - profiling: Fixes a defect where the deprecated path to the Datadog span type was used by the profiler.