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
LLM Observability
Fixes an issue where the OpenAI and LangChain integrations would still submit integration metrics even in agentless mode. Integration metrics are now disabled if using agentless mode via LLMObs.enable(agentless_enabled=True) or setting DD_LLMOBS_AGENTLESS_ENABLED=1.
Code Security
Resolves an issue where exploit prevention was not properly blocking requests with custom redirection actions.
Resolves an issue where partial matches on function names we aimed to patch were being patched instead of full matches on them.
Ensures the Initializer object is always reset and freed before the Python runtime.
Profiling
Improves the error message when the native exporter fails to load and stops profiling from starting if ddtrace is also being injected.
Fixes endpoint profiling when using libdatadog exporter, either with DD_PROFILING_EXPORT_LIBDD_ENABLED or DD_PROFILING_TIMELINE_ENABLED.