Next Js Daily: Observability Gets a Major Upgrade
A single contributor, DavidIlie, landed eight connected pull requests building out OpenTelemetry tracing and Request Insights across Server Actions, App Router rendering, and development route preparation. Separately, two edge-case fixes address hybrid Pages and App Router not-found handling and cache handler path resolution.
Duration: PT2M31S
Episode overview
This episode is a short developer briefing from Next Js Daily.
It explains recent repository work in plain language.
- Show: Next Js Daily
- Published: 2026-08-01T22:00:15Z
- Audio duration: PT2M31S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's August 1st, and today's codebase activity has one clear center of gravity: observability.
Eight pull requests, all from DavidIlie, form a single connected effort to make Request Insights and OpenTelemetry tracing show developers what Next.js is actually doing under the hood. PR 96458 adds a span around Server Action execution, and PR 96459 surfaces that same execution in Request Insights, so you can see…
Two other fixes deserve attention. PR 96392, merged by Zack Tanner, resolves a subtle correctness issue where a Pages Router page returning "not found" under an adapter could try to resume the wrong prerendered shell. The fix forces a full dynamic render in that cross-router handoff case, trading some performance…
Also worth noting: PR 96448 adds a runtime warning for the deprecated experimental use-cache option, pointing developers toward cache components instead.
What's next: expect the Request Insights and tracing work to keep expanding, and watch for follow-up on that adapter not-found handoff, since the PR itself flags it as a short-term tradeoff. That's your briefing for today.
Nearby episodes from Next Js Daily
- Turbopack Gets Faster and More Configurable
- Cache Components and Bot Handling Get a Streaming Overhaul
- Closing the Gaps on Partial Prefetching and Turbopack Cleanup
- Turbopack's Server HMR Overhaul
- Request Insights Takes Shape
- Chasing Down Cache Invalidation Bugs
- Plugging the Long-Running Server Leaks
- Squashing Memory Leaks and Chasing Deopts