Sep 9, 2025nextjsperformanceobservabilityOpenTelemetry (OTEL) in Next.jsLearn how to set up OpenTelemetry (OTEL) in Next.js to capture traces, logs, and metrics. A step-by-step guide to improving observability, performance, and error tracking in your app.
May 7, 2024reactnextjsrscServer-only code in Next.js App RouterLearn how to safely isolate server-only code in Next.js using React Server Components and the server-only package to avoid exposing sensitive code to the browser.