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
orgunicorn
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.