Bug Fixes
-
ASM
- Fixes a
NotImplementedError
that occurred when trying to deepcopy wrapped builtin functions (likeopen
) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the__deepcopy__
method.
- Fixes a
-
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
-
Profiling
- Resolves an issue where the Lock profiler would throw an
AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at'
.
- Resolves an issue where the Lock profiler would throw an
-
Tracing
pylibmc
: Fixes an issue where usingClient(server=[url])
would throw the error__init__() got multiple values for argument 'servers'
Other Changes
- library: Ensures that the SSI is not used for uWSGI applications. For enablement instructions, refer to the following our advanced_usage docs .