You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
All products
Fixed
Repair the macOS crashtracking sidecar connector #4069
Avoid leaking a patched module_entry across SSI loader shutdown, which could crash on reload #4087
Fix vsnprintf off-by-one buffer sizing across appsec/logging/telemetry call sites #4115
Harden crash-report backtrace collection from a multi-threaded process via ptrace DataDog/libdatadog#2216
Fix parent-death-signal handling in the sidecar/loader child-process bootstrap DataDog/libdatadog#2348
Internal
Crashtracker now shares the sidecar's socket instead of holding a dedicated one, reducing per-process file descriptor usage DataDog/libdatadog#2179
Fix the debug build variant of the SSI loader on PHP 8.4 #4089
Tracer
Added
Support DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT (continue/restart/ignore) to control how upstream distributed-trace context is extracted, matching other Datadog tracers #3997
Add DD_DYNAMIC_INSTRUMENTATION_CAPTURE_TIMEOUT_MS to bound Dynamic Instrumentation capture time #4003
Add experimental Feature Flag Events (FFE) span enrichment, opt-in via DD_EXPERIMENTAL_FLAGGING_PROVIDER_SPAN_ENRICHMENT_ENABLED (default off) #3996
Publish standard OTel process and thread contexts from the tracer, consumed by the profiler for runtime identity and effective service metadata #4077
Changed
Propagate the agent-configured timeout to the sidecar instead of using a fixed value #4025
Fixed
Scan the agent's full peer-tag key list for client-side stats instead of truncating it, which had started silently dropping tags like out.host/peer.hostname/peer.service/server.address#4102
Preserve the complete W3C trace-flags byte when converting a Datadog span into an OpenTelemetry span context, fixing sampled+random-id contexts being treated as unsampled #4112