spanLink abstract method

SpanLink spanLink(
  1. SpanContext spanContext, {
  2. Attributes? attributes,
})

Creates a SpanLink with the given spanContext and attributes

Implementation

SpanLink spanLink(SpanContext spanContext, {Attributes? attributes});