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 whenever sentry-tower is added without default-features = false somewhere in the dependency tree.

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.

axum axum-matched-path?
pin-project http?
url http?