Effect CommunityEC
Effect Community3y ago
9 replies
iamK

Adding Spans to Non-Effect Code

I have started using spans for stack traces,

how do I add spans to non-Effect code ?

pipe(
list,
RAO.map(DoSomething) // <-- add span for this step
Effect.map(....
...
)
Was this page helpful?