Record the axum route in the Sentry context
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5554,6 +5554,7 @@ version = "0.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b98005537e38ee3bc10e7d36e7febe9b8e573d03f2ddd85fcdf05d21f9abd6d"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"http",
|
||||
"pin-project",
|
||||
"sentry-core",
|
||||
|
||||
@@ -332,7 +332,7 @@ features = ["backtrace", "contexts", "panic", "tower", "reqwest"]
|
||||
# Sentry tower layer
|
||||
[workspace.dependencies.sentry-tower]
|
||||
version = "0.37.0"
|
||||
features = ["http"]
|
||||
features = ["http", "axum-matched-path"]
|
||||
|
||||
# Sentry tracing integration
|
||||
[workspace.dependencies.sentry-tracing]
|
||||
|
||||
Reference in New Issue
Block a user