Upgrade Notes
- tracing: DD_TRACE_OTEL_CTX_ENABLED now defaults to false until a Linux-native memory leak caused by setting it to true is fixed.
Bug Fixes
- CI Visibility: Fixes an issue where Auto Test Retries do not retry tests that use
pytest-timeoutthread mode and terminate a pytest-xdist worker. - LLM Observability: Fixes an issue where enabling LLM Observability together with
DD_APM_TRACING_ENABLED=falsediscarded every trace, so AI Guard, App and API Protection, Code Security and Software Composition Analysis reported no spans while running in standalone mode. These traces are now sent, and APM billing stays opted out. - tracing: Fixes an issue where switching a product into standalone mode at runtime with
tracer.configure(apm_tracing_disabled=True)did not apply the standalone sampling settings, so traces were sent without the one trace per minute limit and without the_dd.apm.enabled=0metric that opts them out of APM billing.