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 e184e8b commit cde5b8fCopy full SHA for cde5b8f
crates/common/src/grpc/mod.rs
@@ -89,7 +89,7 @@ impl ConvexGrpcService {
89
.layer(crate::fastrace_helpers::layer::TraceparentReceivingLayer)
90
.layer_fn(|s| middleware::TokioInstrumentationService::new(known_methods.clone(), s))
91
.layer(sentry_tower::NewSentryLayer::new_from_top())
92
- .layer(sentry_tower::SentryHttpLayer::with_transaction());
+ .layer(sentry_tower::SentryHttpLayer::new());
93
94
tracing::info!(
95
"gRPC services {} listening on ipv4://{addr}",
0 commit comments