Sentry integration for the tracing and tracing-subscriber crates, enabling error and span reporting to Sentry.
# Cargo.toml
[dependencies]
sentry-tracing = "0.47.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Sentry and attach the tracing layer to capture spans and events.
Set the SENTRY_DSN environment variable or pass a DSN to sentry::init.
No dependency data recorded yet.