We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cfc3a commit 10c5640Copy full SHA for 10c5640
sentry-tower/Cargo.toml
@@ -12,6 +12,9 @@ Sentry integration for tower-based crates.
12
edition = "2021"
13
rust-version = "1.68"
14
15
+[package.metadata.docs.rs]
16
+all-features = true
17
+
18
[features]
19
http = ["dep:http", "pin-project", "url"]
20
axum-matched-path = ["http", "axum/matched-path"]
sentry-tracing/Cargo.toml
@@ -12,6 +12,9 @@ Sentry integration for tracing and tracing-subscriber crates.
default = []
backtrace = ["dep:sentry-backtrace"]
0 commit comments