Skip to content

2.9.0rc9

Pre-release
Pre-release

Choose a tag to compare

@erikayasuda erikayasuda released this 03 Jun 20:48
· 69 commits to 2.9 since this release
1e4ecf9

Deprecation Notes

  • LLM Observability: DD_LLMOBS_APP_NAME is deprecated and will be removed in the next major version of ddtrace. As an alternative to DD_LLMOBS_APP_NAME, you can use DD_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