Conditionally Adding an Effect to a Pipe in Typescript
How do I conditionally add an effect to a pipe?
I want to pipe withParentSpan if there is one, but I want to do nothing when there is none
I want to pipe withParentSpan if there is one, but I want to do nothing when there is none
