diff --git a/lib/lightstep/tracer.rb b/lib/lightstep/tracer.rb index abae9b6..5fd46d2 100644 --- a/lib/lightstep/tracer.rb +++ b/lib/lightstep/tracer.rb @@ -225,7 +225,7 @@ module LightStep end span.set_baggage(baggage) else - span = start_span(operation_name: operation_name) + span = start_span(operation_name) end span