We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee14883 commit f020a31Copy full SHA for f020a31
pyroscope_backends/pyroscope_pyspy/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://github.com/pyroscope-io/pyroscope-rs"
14
readme = "README.md"
15
16
[dependencies]
17
-py-spy = "0.4.0"
+py-spy = { version = "0.4.0", features = ["unwind"]}
18
pyroscope = { version = "0.5.7", path = "../../" , default-features = false }
19
log = "0.4"
20
0 commit comments