Bug Fixes
- ASM: ensure
wsgi_input.read()
is called with content length to avoid blocking in flask requests. - tracing: make
ddtrace.context.Context
serializable which fixes distributed tracing across processes. - django: avoid
SynchronousOnlyOperation
when failing to retrieve user information. - flask: add support for flask v2.3. Remove deprecated usages of
flask._app_ctx_stack
andflask._request_ctx_stack
.