-
|
Hello everyone 👋 Maybe someone here knows how to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
iRevive
Dec 8, 2025
Replies: 1 comment 1 reply
-
|
Hey, there are 2 options:
Tracer[F].spanBuilder("span").addLink(spanContext).build.use { span =>
...
}
Tracer[F].span)("span").use { span =>
span.addLink(spanContext)
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
coffius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, there are 2 options:
SpanBuilder: