Change8

v3.16.4

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

Summary

This release focuses on bug fixes across tracing, logging, and language detection, including resolving an issue with prompt template instrumentation and fixing a race condition in the tracer.

🐛 Bug Fixes

  • Auto instrumented prompt templates no longer incorrectly include a 'version' field in langchain tracing; the field is omitted unless explicitly set by the user.
  • Resolved a potential race condition within the tracer.
  • Updated the Python Detector regular expression to correctly detect paths ending only with the major version number.
  • Fixed an issue with ddtrace internal logging when trace-log correlation is disabled, preventing 'ValueError: Formatting field not found in record: \'dd.service\''.

🔧 Affected Symbols

langchaintracerPython Detectorddtrace logging