Deprecation Notes
- LLM Observability:
DD_LLMOBS_APP_NAME
is deprecated and will be removed in the next major version of ddtrace. As an alternative toDD_LLMOBS_APP_NAME
, you can useDD_LLMOBS_ML_APP
instead. See the SDK setup documentation for more details on how to configure the LLM Observability SDK.
New Features
- LLM Observability: This introduces the LLM Observability SDK, which enhances the observability of Python-based LLM applications. See the LLM Observability Overview or the SDK documentation for more information about this feature.
Bug Fixes
- opentelemetry: Records exceptions on spans in a manner that is consistent with the otel specification