Skip to content

Commit cde5b8f

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Remove sentry transaction logging from rust services (#41089)
GitOrigin-RevId: bca69cd3e2cfb05e6c35f03efc3564f116831f4a
1 parent e184e8b commit cde5b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/common/src/grpc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ impl ConvexGrpcService {
8989
.layer(crate::fastrace_helpers::layer::TraceparentReceivingLayer)
9090
.layer_fn(|s| middleware::TokioInstrumentationService::new(known_methods.clone(), s))
9191
.layer(sentry_tower::NewSentryLayer::new_from_top())
92-
.layer(sentry_tower::SentryHttpLayer::with_transaction());
92+
.layer(sentry_tower::SentryHttpLayer::new());
9393

9494
tracing::info!(
9595
"gRPC services {} listening on ipv4://{addr}",

0 commit comments

Comments
 (0)