WrapErrorSpan sets a spanContext as error
(span trace.Span, err error)
| 31 | |
| 32 | // WrapErrorSpan sets a spanContext as error |
| 33 | WrapErrorSpan(span trace.Span, err error) error |
| 34 | |
| 35 | // Span returns the trace.Span from context.Context |
| 36 | Span(ctx context.Context) trace.Span |
no outgoing calls
no test coverage detected