Integrating Deno's OTEL Support with Effect Without Duplicate Traces
I want to use Deno's out of the box otel support.
Is there a way to create an Observability layer that would just integrate seamlessly. If I create an Otlp.layer i end up with two traces one for deno (with things like fetch) and then one for the Effect.
Is there a way to create an Observability layer that would just integrate seamlessly. If I create an Otlp.layer i end up with two traces one for deno (with things like fetch) and then one for the Effect.
