Adding Spans Manually for Observability with Effect Typescript

as far as I understand, we can only have true observability if we add spans everywhere, either manually with withSpan or with Effect.fn, is this correct? there's no other easier way to do it?
Was this page helpful?