v4.6.2
📦 datadog-sdkView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This release focuses on stability and correctness, fixing crashes related to Git metadata handling in CI Visibility and thread management during shutdown. It also unifies trace generation for LLM Observability spans.
🐛 Bug Fixes
- CI Visibility: Unhandled RuntimeError when the git binary is unavailable is fixed; Git metadata upload is now skipped gracefully with a warning instead of aborting pytest startup.
- Fixed a crash during shutdown caused by internal periodic threads if a fork occurred.
- LLM Observability: Fixed an issue where SDK-side LLMObs spans and OTel-bridged spans created separate LLMObs traces instead of a unified trace.