Skip to content

Commit 291fd30

Browse files
committed
test changes
1 parent b708de3 commit 291fd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/trace/listener.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (l *Listener) HandlerStarted(ctx context.Context, msg json.RawMessage) cont
138138
samplingRules = append(samplingRules, samplingRule)
139139
}
140140
if len(samplingRules) > 0 {
141-
opts = append(opts, tracer.WithSamplingRules(samplingRules...))
141+
opts = append(opts, tracer.WithSamplingRules(samplingRules))
142142
}
143143
}
144144
}

0 commit comments

Comments
 (0)