Bug Fixes
-
Fix issue building
ddtrace
for the Pyston Python implementation by not building the_memalloc
extension anymore when using Pyston. -
tracer.get_log_correlation_context()
: use active context in addition to active span. Formerly just the span was used and this would break cross execution log correlation as a context object is used for the propagation. -
The CPU profiler now reports the main thread CPU usage even when asyncio tasks are running.