getsentry / sentry-rust

Official Sentry SDK for Rust
https://sentry.io/
Apache License 2.0
620 stars 153 forks source link

Enable building sentry-tower and sentry-tracing with all features on docs.rs #611

Closed FSMaxB closed 1 year ago

FSMaxB commented 1 year ago

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).

loewenheim commented 1 year ago

Would you mind merging or rebasing on top of master? We had some cleanup to do.

loewenheim commented 1 year ago

Thanks again :)