When using the `@vercel/otel` library in a Next.js app that compiles with next-on-pages, then the CL

When using the @vercel/otel library in a Next.js app that compiles with next-on-pages, then the CLI throws an error. So, we can’t use observability tools with OpenTelemetry (e.g., Sentry, Highlight.io). Furthermore, Cloudflare bought Baselime (observability tool) which supports OpenTelemetry standards, but we can’t use that either.

So, it’s hard to observe Next.js apps compiled with next-on-pages, and @vercel/otel not being supported is ongoing for 7 months.

Is there any plan to support @vercel/otel soon?

Related issues:
  1. https://github.com/cloudflare/next-on-pages/issues/678
  2. https://github.com/cloudflare/next-on-pages/issues/860
Was this page helpful?