Next.js Daily: OpenTelemetry Fixes and Performance Optimizations
Next.js merged 14 pull requests on March 3rd, focusing on OpenTelemetry instrumentation fixes, Turbopack performance improvements, and a major documentation restructure around caching strategies.
Duration: PT2M1S
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-03-04T11:26:20Z
- Audio duration: PT2M1S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is Next.js Daily for March 4th, 2026.
Yesterday saw significant activity with 14 merged pull requests and 18 additional commits to the Next.js codebase.
Jiachi Liu merged two OpenTelemetry fixes. The first addresses missing http.route attributes in parent spans, which was causing APM tools like Datadog to display generic resource names like "POST" instead of specific routes like "POST /api/foo". A follow-up pull request ensures parent span names are properly updated…
Luke Sandberg contributed major performance improvements to Turbopack. He reimplemented code frame rendering in Rust, replacing the Babel dependency that was causing crashes with large files. The new implementation is up to 580 times faster on large files and supports horizontal scrolling for long lines. He also…
The Next.js bot upgraded React from build 98ce535f to 4cc5b7a9, incorporating seven upstream changes from the React team.
Delba de Oliveira merged a comprehensive documentation restructure that unifies the caching story across Next.js docs. The update makes Cache Components the primary approach while maintaining guidance for the previous model, reorganizing the Getting Started section with new…
Nearby episodes from Next.js Daily
- Route Matching Fixes and React Upgrades
- Cached Navigation Controls and Performance Upgrades
- Turbopack Performance and PPR Cleanup
- OpenTelemetry Fixes and Rust Performance Gains
- Turbopack Performance and Caching Improvements
- DevTools Performance Fix and Testing Infrastructure Updates
- Turbopack Updates and Infrastructure Improvements
- Routing Performance and Build Optimizations