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