Sharing `otelTracer` with `ManagedRuntime` and `TaskEither`
We have an existing tracing setup via
We finally have a
TaskEither with a function likeWe finally have a
ManagedRuntime in place so I'm thinking we can now share the tracer stuff and use withSpan etc in effect areas but will need both for a while. Is there a way to just share the otelTracer or do I need some kind of Tracer.make similar to the above (or something else?)