Known Issues
- sqlalchemy: sqlalchemy rollbacks can intermittently cause deadlocks in some cases. If experiencing this issue, set
DD_TRACE_SPAN_AGGREGATOR_RLOCK=True
. After testing and feedback we intend to make True the default value.
Bug Fixes
- core: This fix moves
cmake
frominstall_requires
tosetup_requires
. - dynamic instrumentation: handle null literal in conditions and expressions.
- dynamic instrumentation: fixed a bug that prevented span decoration probes from being received and instrumented.
- dynamic instrumentation: ensure that probes that fail to be instrumented because of invalid conditions/expressions are reported with status
ERROR
in the UI.