From 348e88cb4aeabfa65050997f3cc32b64bc06b313 Mon Sep 17 00:00:00 2001 From: sashass1315 Date: Tue, 3 Feb 2026 14:46:55 +0200 Subject: [PATCH] Update client_opt.go --- rpc/client_opt.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpc/client_opt.go b/rpc/client_opt.go index 3fa045a9b9..49cdb54c8a 100644 --- a/rpc/client_opt.go +++ b/rpc/client_opt.go @@ -20,6 +20,7 @@ import ( "net/http" "github.com/gorilla/websocket" + "go.opentelemetry.io/otel/trace" ) // ClientOption is a configuration option for the RPC client. @@ -41,6 +42,7 @@ type clientConfig struct { idgen func() ID batchItemLimit int batchResponseLimit int + tracerProvider trace.TracerProvider } func (cfg *clientConfig) initHeaders() {