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?
image.png
Learn how to instrument your Next.js app with OpenTelemetry.
Optimizing: OpenTelemetry | Next.js
Was this page helpful?