You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.
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.
Dynamic Instrumentation
Fixed an incompatibility issue with code origin that caused line probes on the entry point functions to fail to instrument.