(span: Tracer.AnySpan)
| 2588 | * @since 2.0.0 |
| 2589 | */ |
| 2590 | export const parentSpan = (span: Tracer.AnySpan): Layer<Tracer.ParentSpan> => |
| 2591 | succeedContext(Tracer.ParentSpan.context(span)) |
| 2592 | |
| 2593 | /** |
| 2594 | * Wraps a `Layer` with a new tracing span, making all operations in the layer |
no test coverage detected