Cargo Features

[dependencies]
probe-rs-cli-util = { version = "0.18.0", default-features = false, features = ["sentry", "anyhow"] }
default = anyhow

The anyhow feature is set by default whenever probe-rs-cli-util is added without default-features = false somewhere in the dependency tree.

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.

sentry implicit feature

Enables sentry ^0.30.0

sentry:

Sentry (getsentry.com) client for rust ;)

Affects logging::capture_error, logging::capture_anyhow, logging::capture_panic

anyhow default