diff --git a/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt b/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt index 7f8f7e4f837..336801bf88c 100644 --- a/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt +++ b/ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt @@ -56,7 +56,7 @@ endif() # Add echion set(ECHION_COMMIT - "43432c5c0a89617b06533215a15d0d6ffbbfd02b" # https://github.com/P403n1x87/echion/commit/43432c5c0a89617b06533215a15d0d6ffbbfd02b + "e9f06f7f2a716d583e1bd204eab33b12dc970983" # https://github.com/P403n1x87/echion/commit/e9f06f7f2a716d583e1bd204eab33b12dc970983 CACHE STRING "Commit hash of echion to use") FetchContent_Declare( echion diff --git a/releasenotes/notes/profiling-update-echion-d85c69974ad895b6.yaml b/releasenotes/notes/profiling-update-echion-d85c69974ad895b6.yaml new file mode 100644 index 00000000000..2a5f47286f3 --- /dev/null +++ b/releasenotes/notes/profiling-update-echion-d85c69974ad895b6.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + profiling: This fixes a bug where asyncio stacks would only get partial data, with some coroutines not showing.