Skip to content

Commit

Permalink
broken
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jan 3, 2025
1 parent c6b5d2a commit 5a0bbc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/web/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ async fn apply_middleware<C: Context>(
Ok(router.layer(
ServiceBuilder::new()
.layer(TraceLayer::new_for_http())
// FIXME: send / sync error?
// .layer(sentry_tower::NewSentryLayer::new_from_top())
// .layer(sentry_tower::SentryLayer::new_from_top())
.layer(sentry_tower::NewSentryLayer::new_from_top())
.layer(sentry_tower::SentryHttpLayer::with_transaction())
.layer(middleware::from_fn(
set_sentry_transaction_name_from_axum_route,
Expand Down

0 comments on commit 5a0bbc1

Please sign in to comment.