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