Attaching HttpApi spans to NextJS (aka @vercel/otel)
Hi, I'm using the @vercel/otel package for collecting tracers from my NextJS application. I use the HttpApi at /api and would like to attach the spans from Effect to the existing spans from NextJS.
The current image shows the trace coming from NextJS and I would like to attach the effects spans to it.
This is my code so far but I can't get it working.
The current image shows the trace coming from NextJS and I would like to attach the effects spans to it.
This is my code so far but I can't get it working.

