Bug Fixes
-
Code Security
- Adds more modules to the IAST patching denylist to improve startup time
-
Profiling
- Removes a system call from the memory allocation profiler, used to detect forks, which ran on every allocation and resulted in a significant slowdown.
-
Tracing
ASGI
: Resolves an issue parsing response cookies in FastAPI and awsgi- Integrations: Improves error handling for exceptions raised during the startup of ddtrace integrations. This reduces the likelihood of the ddtrace library raising unhandled exceptions.