Cargo Features

[dependencies]
swh-graph-grpc-server = { version = "6.2.0", default-features = false, features = ["sentry"] }
default = sentry

The sentry feature is set by default whenever swh-graph-grpc-server 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 default

Enables sentry ^0.32.1

Affects swh-graph-grpc-server::sentry