I found e.g. SentryHttpLayer missing from docs.rs for sentry-tower so I went ahead and added the necessary docs.rs metadata to Cargo.toml for sentry-tower and sentry-tracing (those were the packages with non-default features that didn't have it enabled yet).
I found e.g.
SentryHttpLayer
missing from docs.rs forsentry-tower
so I went ahead and added the necessarydocs.rs
metadata toCargo.toml
forsentry-tower
andsentry-tracing
(those were the packages with non-default features that didn't have it enabled yet).