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 0cabbec commit 0a350a2Copy full SHA for 0a350a2
interceptor/tracing_interceptor.go
@@ -530,7 +530,7 @@ func (t *tracingWorkflowInboundInterceptor) HandleQuery(
530
in *HandleQueryInput,
531
) (any, error) {
532
// Only add tracing if enabled and not replaying
533
- if t.root.options.DisableQueryTracing || workflow.IsReplaying(ctx) {
+ if t.root.options.DisableQueryTracing {
534
return t.Next.HandleQuery(ctx, in)
535
}
536
// Start span reading from header
0 commit comments