Skip to content

Commit 10c5640

Browse files
authored
docs: Enable building sentry-tower and sentry-tracing with all features on docs.rs (#611)
1 parent e4cfc3a commit 10c5640

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sentry-tower/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Sentry integration for tower-based crates.
1212
edition = "2021"
1313
rust-version = "1.68"
1414

15+
[package.metadata.docs.rs]
16+
all-features = true
17+
1518
[features]
1619
http = ["dep:http", "pin-project", "url"]
1720
axum-matched-path = ["http", "axum/matched-path"]

sentry-tracing/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Sentry integration for tracing and tracing-subscriber crates.
1212
edition = "2021"
1313
rust-version = "1.68"
1414

15+
[package.metadata.docs.rs]
16+
all-features = true
17+
1518
[features]
1619
default = []
1720
backtrace = ["dep:sentry-backtrace"]

0 commit comments

Comments
 (0)