TutorialsTypeScriptnextjs
OpenTelemetry in Next.js: traces that survive the edge/server boundary without losing context
OpenTelemetry in Next.js works, but the default propagator silently breaks the trace at the edge/node boundary. Here's what you need to configure explicitly so context doesn't vanish between Middleware, Server Components, and Server Actions.
8 min39