Skip to content

2.7.10

Choose a tag to compare

@gnufede gnufede released this 29 Apr 15:47
· 24 commits to 2.7 since this release
92079bc

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 with DD_TRACE_128_BIT_TRACEID_LOGGING_ENABLED set to False (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.