Skip to content

1.14.2

Choose a tag to compare

@emmettbutler emmettbutler released this 14 Jun 18:04
· 15 commits to 1.14 since this release
2a43e51

Bug Fixes

  • botocore: This fix resolves an issue where ddtrace attempted to parse as URLs SQS QueueUrl attributes that were not well-formed URLs.
  • psycopg: Resolves TypeError raised when an async cursor object is traced. This fix ensures exc_type, exc_val, and exc_tb are passed down to the wrapped object on __aexit__.
  • graphql: graphql.execute spans are now marked as measured.