Skip to content

Commit

Permalink
docs: Enable building sentry-tower and sentry-tracing with all featur…
Browse files Browse the repository at this point in the history
…es on docs.rs (#611)
  • Loading branch information
FSMaxB authored Sep 13, 2023
1 parent e4cfc3a commit 10c5640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Sentry integration for tower-based crates.
edition = "2021"
rust-version = "1.68"

[package.metadata.docs.rs]
all-features = true

[features]
http = ["dep:http", "pin-project", "url"]
axum-matched-path = ["http", "axum/matched-path"]
Expand Down
3 changes: 3 additions & 0 deletions sentry-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Sentry integration for tracing and tracing-subscriber crates.
edition = "2021"
rust-version = "1.68"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
backtrace = ["dep:sentry-backtrace"]
Expand Down

0 comments on commit 10c5640

Please sign in to comment.