Bug Fixes
-
Code Security
- Fixes an issue with PosixPath handling in path operations that could cause errors during taint tracking. This fix improves stability and slightly reduces import times.
-
Lib-injection
- Avoids zombie process from telemetry sender on startup.
-
LLM Observability
- Fixes an issue where LLMObs could not be enabled in a forked process when setting
agentless_enabled=True
orDD_LLMOBS_AGENTLESS_ENABLED=true
.
- Fixes an issue where LLMObs could not be enabled in a forked process when setting
-
Tracing
- internal: Fixes an issue where trimming a traceback to attach it to the span could result in the loss of the most recent frames.