Fixes
- build: include
sentry-actix
optionally whenrelease-health
is enabled (#806) by @lciansentry-actix
is now being included as a dependency only when explicitly added, either as a direct dependency or through theactix
feature flag of thesentry
crate.- Due to a mistake in the
Cargo.toml
, it was previously being included as a dependency by default when using just thesentry
crate with default features.