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 test sessions running with pytest-xdist on shallow Git checkouts can spend excessive time unshallowing the repository and may fail or time out during collection.
-
OpenTelemetry logs: Fixes an issue where enabling OpenTelemetry logs (
DD_LOGS_OTEL_ENABLED=true, orOTEL_SDK_DISABLED=false) could make the process stop responding and export an ever-growing volume of its own log records. Application logs are still collected and exported.