lib/opentelemetry/instrumentation/ethon/patches/multi.rb in opentelemetry-instrumentation-ethon-0.19.2 vs lib/opentelemetry/instrumentation/ethon/patches/multi.rb in opentelemetry-instrumentation-ethon-0.19.3
- old
+ new
@@ -15,9 +15,15 @@
easy.otel_before_request unless easy.otel_span_started?
end
super
end
+
+ def add(easy)
+ easy.otel_before_request unless easy.otel_span_started?
+
+ super
+ end
end
end
end
end
end