Cargo Features
[dependencies]
sentry-tower = { version = "0.37.0", default-features = false, features = ["http", "axum-matched-path", "release-health"] }
- default = release-health
-
The
release-health
feature is set by default wheneversentry-tower
is added without
somewhere in the dependency tree.default-features = false - http axum-matched-path? = pin-project, url
-
Enables http
- axum-matched-path = http
-
Enables matched-path of axum
- release-health default
-
Enables release-health of sentry-core
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.