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 wheneverswh-graph-grpc-server
is added without
somewhere in the dependency tree.default-features = false
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
…