Known Issues
- There are known issues configuring python's builtin multiprocessing library when ddtrace is installed. To use the multiprocessing library with ddtrace ensure
DD_UNLOAD_MODULES_FROM_SITECUSTOMIZE
is set toTrue
.
Bug Fixes
- dynamic instrumentation: function duration measurements are now reported in milliseconds to match the expectation from the UI.
- dynamic instrumentation: fixed an issue that prevented line probes from being injected in some finally blocks.
- dynamic instrumentation: Fixed the programmatic API to ensure that the dynamic instrumentation service is fully enabled when
Dynamic Instrumentation.enable()
is called. - dynamic instrumentation: fixed a bug that might have caused probe status to fail to update correctly.
- mariadb: This fix resolves an issue where MariaDB connection information objects not including the user or port caused exceptions to be raised.
- pymongo: This upgrades the PyMongo integration to work with PyMongo versions 4.5.0 and above by choosing the root function of the integration on the basis of the PyMongo version.
Other Changes
- docs: Fixes formatting in ddtrace docs.