Setting Up OpenTelemetry with Effect: Is .pipe(Effect.withSpan) Necessary for Every Effect?
When setting up open telemetry is it really necessary to for every effect provide a .pipe(Effect.withSpan). Is there maybe a way of setting this up so that it as-is provides telemetry for each effect