Effect CommunityEC
Effect Community2mo ago
3 replies
kristo

Printing Span Information for Uncaught Errors in Parallel Effects

How can I make it so that when an uncaught error occurs, the span information is printed to the console? I'm running many effects in parallel and I can see the stack trace of where the error is coming from, but not the specifics about which one is failing. I've use Effect.withSpan and added annotations, but I'd like to see them printed when something fails
Was this page helpful?