Skip to content

2.10.0rc4

Pre-release
Pre-release

Choose a tag to compare

@emmettbutler emmettbutler released this 25 Jul 15:38
· 54 commits to 2.10 since this release
f3a47fb

New Features

  • botocore: Adds support for overriding the default service name in botocore by either setting the environment variable DD_BOTOCORE_SERVICE or configuring it via ddtrace.config.botocore["service"].
  • Database Monitoring: Adds Database Monitoring (DBM) trace propagation for postgres databases used through Django.

Bug Fixes

  • Code Security: Logs warning instead of throwing an exception in the native module if IAST is not enabled by env var.
  • redis: This fix resolves an issue in redis utils where a variable may not be declared within a try/catch