Fix typo on start_span call
This commit is contained in:
Родитель
ae15f2b1c8
Коммит
243d8f8ed0
|
@ -225,7 +225,7 @@ module LightStep
|
||||||
end
|
end
|
||||||
span.set_baggage(baggage)
|
span.set_baggage(baggage)
|
||||||
else
|
else
|
||||||
span = start_span(operation_name: operation_name)
|
span = start_span(operation_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
span
|
span
|
||||||
|
|
Загрузка…
Ссылка в новой задаче