Bug Fixes
- botocore: Enables Data Streams Monitoring for SQS when MessageAttributes are passed in as a tuple in addition to when they are passed in as a list.
- core: This fix removes the inclusion of our
benchmarks/
directory in theddtrace
wheels. - internal: call
_fixupChildren
when retrievingDDLogger
- profiling: Fixed a regression whereby the profile exporter would not handle known request errors and asks the user to report an issue instead.
- profiling: Handles a race condition, which would occasionally throw an error, which would read
"RuntimeError: the memalloc module was not started."
- Fixed a bug that caused applications using gevent and cassandra to fail to start with the ddtrace-run command.
- tracing: This fix resolves a
google.protobuf
import error when module unloading. - wsgi: This fix resolves an issues when trying to parse the
environ
propertyHTTPS
as an HTTP header. - Pin
cython<3
due to an incompatibility withcython==3.0.0
and typing annotations in profiling code.