Skip to content

Commit 4d01153

Browse files
committed
upgrade senryy
1 parent 1f94f4b commit 4d01153

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717
]
1818

1919
[dependencies]
20-
sentry = { version = "0.35.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
20+
sentry = { version = "0.36.0", features = ["panic", "tracing", "tower-http", "anyhow", "backtrace"] }
2121
log = "0.4"
2222
tracing = "0.1.37"
2323
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["ansi", "fmt", "json", "env-filter", "tracing-log"] }

src/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ async fn apply_middleware<C: Context>(
413413
Ok(router.layer(
414414
ServiceBuilder::new()
415415
.layer(TraceLayer::new_for_http())
416-
// FIXME: .layer(sentry_tower::NewSentryLayer::new_from_top())
416+
.layer(sentry_tower::NewSentryLayer::new_from_top())
417417
.layer(sentry_tower::SentryHttpLayer::with_transaction())
418418
.layer(middleware::from_fn(
419419
set_sentry_transaction_name_from_axum_route,

0 commit comments

Comments
 (0)