Attaching Effect OpenTelemetry to the existing NextJS telemetry
Hi, I recently added https://nextjs.org/docs/app/building-your-application/optimizing/open-telemetry to my NextJS app. Also, I have OpenTelemetry configured in Effect. So I'm getting multiple traces for the same request. Is there a way to attached the Effect telemetry to the existing NextJS telemetry?

