Cargo Features
[dependencies]
sentry-tracing = { version = "0.37.0", default-features = false, features = ["backtrace", "release-health"] }
- default = release-health
-
The
release-health
feature is set by default wheneversentry-tracing
is added without
somewhere in the dependency tree.default-features = false - backtrace
-
Enables sentry-backtrace
- release-health default
-
Enables release-health of sentry-core
sentry-tracing has 3 features without comments.