Skip to content

2.12.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@brettlangdon brettlangdon released this 23 Aug 16:30
2722fb9

Bug Fixes

  • LLM Observability: This fix resolves an issue where LLM Observability spans were not being submitted in forked processes, such as when using celery or gunicorn workers. The LLM Observability writer thread now automatically restarts when a forked process is detected.
  • Fixed an issue with some module imports with native specs that don't support attribute assignments, resulting in a TypeError exception at runtime.
  • This fix resolves an issue where ddtrace package files were published with incorrect file attributes.
  • tracer: This fix resolves an issue where django db instrumentation could fail.
  • openai: Fixes a bug where `asyncio.TimeoutError`s were not being propagated correctly from canceled OpenAI API requests.