Bug Fixes
- AAP
- This fix resolves an issue where track_user was generating additional unexpected security activity for customers.
- Tracing
- This resolves a
TypeError
in encoding when truncating a large bytes object.
- This resolves a
- LLM Observability
- Resolved an issue where manual instrumentation would raise
DD_LLMOBS_ML_APP
missing errors when LLM Observability was disabled. - litellm: This fix resolves an out of bounds error when handling streamed responses. This error occurred when the number of choices in a streamed response was not set as a keyword argument.
- Resolved an issue where manual instrumentation would raise
- Dynamic Instrumentation
- Fixed an incompatibility issue with code origin that caused line probes on the entry point functions to fail to instrument.