Skip to content

0.57.3

Choose a tag to compare

@brettlangdon brettlangdon released this 26 Jan 14:17
· 2 commits to 0.57 since this release
3a04de7

Bug Fixes

  • Fix JSON encoding error when a bytes string is used for span metadata.
  • Fix a bug in the heap profiler that could be triggered if more than 2^16 memory items were freed during heap data collection.
  • Fix a possible bug in the heap memory profiler that could trigger an overflow when too many allocations were being tracked.
  • Pymongo instrumentation raises an AttributeError when tracer.enabled == False