Skip to content

Commit f020a31

Browse files
committed
Add optional unwind dependency to py-spy to enable native tracing
1 parent ee14883 commit f020a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyroscope_backends/pyroscope_pyspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
1414
readme = "README.md"
1515

1616
[dependencies]
17-
py-spy = "0.4.0"
17+
py-spy = { version = "0.4.0", features = ["unwind"]}
1818
pyroscope = { version = "0.5.7", path = "../../" , default-features = false }
1919
log = "0.4"
2020

0 commit comments

Comments
 (0)