github DataDog/dd-trace-py v1.18.3
1.18.3

latest releases: v2.12.2, v2.11.6, v2.11.5...
13 months ago

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 to True.

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.

Don't miss a new dd-trace-py release

NewReleases is sending notifications on new releases.