Skip to content

Commit

Permalink
sentry: Add tower-axum-matched-path feature (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 25, 2023
1 parent 2a00742 commit 63c280d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.66"

[features]
http = ["dep:http", "pin-project", "url"]
axum-matched-path = ["axum/matched-path"]
axum-matched-path = ["http", "axum/matched-path"]

[dependencies]
axum = { version = "0.6", optional = true }
Expand Down
1 change: 1 addition & 0 deletions sentry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ log = ["sentry-log"]
slog = ["sentry-slog"]
tower = ["sentry-tower"]
tower-http = ["tower", "sentry-tower/http"]
tower-axum-matched-path = ["tower-http", "sentry-tower/axum-matched-path"]
tracing = ["sentry-tracing"]
profiling = ["sentry-core/profiling"]
frame-pointer = ["sentry-core/frame-pointer"]
Expand Down

0 comments on commit 63c280d

Please sign in to comment.