Change8

v4.10.5

📦 datadog-sdkView on GitHub →
🐛 3 fixes🔧 3 symbols

Summary

This release focuses on stability and correctness, fixing critical bugs related to tracing duplication after forking and improving LLM observability by cleaning up metadata.

🐛 Bug Fixes

  • Tracing: Fixed an issue causing traces buffered before os.fork() to be sent twice by parent and child processes.
  • LLM Observability: Fixed the OpenAI integration from recording unset request parameters (OpenAI SDK's Omit/NotGiven sentinel values) as noise in LLM span metadata.
  • Profiling: Fixed rare crashes occurring post-fork in fork-based applications.

Affected Symbols