Skip to content

Commit 466fcfa

Browse files
fix(profiling): update echion (#15239)
## Description This ports P403n1x87/echion#181 to dd-trace-py. This PR may be the last of its kind as [chore(profiling): move echion to dd-trace-py](#15136) is just around the corner! 🎉
1 parent 5ad5469 commit 466fcfa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656

5757
# Add echion
5858
set(ECHION_COMMIT
59-
"43432c5c0a89617b06533215a15d0d6ffbbfd02b" # https://github.com/P403n1x87/echion/commit/43432c5c0a89617b06533215a15d0d6ffbbfd02b
59+
"e9f06f7f2a716d583e1bd204eab33b12dc970983" # https://github.com/P403n1x87/echion/commit/e9f06f7f2a716d583e1bd204eab33b12dc970983
6060
CACHE STRING "Commit hash of echion to use")
6161
FetchContent_Declare(
6262
echion
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
profiling: This fixes a bug where asyncio stacks would only get partial data, with some coroutines not showing.

0 commit comments

Comments
 (0)