Cargo Features

[dependencies]
sentry-anyhow = { version = "0.32.3", default-features = false, features = ["backtrace"] }
default = backtrace

The backtrace feature is set by default whenever sentry-anyhow is added without default-features = false somewhere in the dependency tree.

backtrace default

Enables backtrace of anyhow

sentry-anyhow has 2 features without comments.