Skip to content

1.10.3

Choose a tag to compare

@mabdinur mabdinur released this 25 Apr 14:01
· 13 commits to 1.10 since this release
af32256

Bug Fixes

  • aws_lambda: Fix AttributeError raised when ddtrace.patch_all(), or ddtrace.patch(aws_lambda=True), is set on user handler.
  • ASM: fix calling set_user without a created span raising a ValueError.
  • futures: Resolves an issue that prevents tasks from being submitted to a thread pool executor when gevent is used (e.g. as a worker class for gunicorn or celery).
  • profiling: Corrects accounting of wall and CPU time for gevent tasks within the main Python thread.
  • profiling: Fixed a regression in the memory collector that caused it to fail to cleanly re-initialize after a fork, causing error messages to be logged.