class OpenTelemetry::Internal::ProxyTracer

def start_root_span(name, attributes: nil, links: nil, start_timestamp: nil, kind: nil)

def start_root_span(name, attributes: nil, links: nil, start_timestamp: nil, kind: nil)
  return @delegate.start_root_span(name, attributes: attributes, links: links, start_timestamp: start_timestamp, kind: kind) unless @delegate.nil?
  super
end