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: fixed a bug that might have caused probe status to fail to update correctly.
- django: This fix resolves an issue where 'span.resource' would not include the endpoint when a Handler was interrupted, such as in the case of gunicorn worker timeouts.
- CI Visibility: fixes an issue where the Intelligent Test Runner would not work when in EVP proxy mode due to missing
X-Datadog-NeedsAppKey
header. - mariadb: This fix resolves an issue where MariaDB connection information objects not including the user or port caused exceptions to be raised.