Compare commits

...

1 Commits

Author SHA1 Message Date
54d9857bb9 fixup labels
Some checks failed
build / test (push) Failing after 1m11s
codeql / analyze (go) (push) Failing after 1m48s
build / lint (push) Successful in 9m20s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-03-17 00:35:37 +03:00

View File

@@ -76,7 +76,7 @@ func (t *otTracer) Start(ctx context.Context, name string, opts ...tracer.SpanOp
}
}
sp.AddLabels(options.Labels)
sp.AddLabels(options.Labels...)
return tracer.NewSpanContext(ctx, sp), sp
}