Change8

v4.8.6

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

Summary

This patch resolves a bug in LLM Observability concerning Bedrock inference profiles in Langchain instrumentation, ensuring spans correctly reference the underlying model ID.

🐛 Bug Fixes

  • LLM Observability: Fixed an issue where spans associated with Langchain using Bedrock inference profiles were incorrectly linked to the inference profile's ARN instead of the underlying LLM model. The correct underlying model is now resolved if users pass `base_model_id` to their `ChatBedrockConverse` instantiation.

Affected Symbols