observability

Configure structured logging, tracing, and performance monitoring for Vercel-hosted applications.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill observability-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observability
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/vercel/skills/observability
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill observability-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves production instability by providing a unified approach to monitoring, debugging, and performance optimization across the Vercel ecosystem.

Core Features & Use Cases

  • Structured Logging: Implements standardized JSON logging for API routes and server actions to ensure debuggability.
  • Performance Monitoring: Configures Web Analytics and Speed Insights to track Core Web Vitals and user behavior.
  • External Integration: Manages Log Drains to forward telemetry to third-party platforms like Datadog, Sentry, or Honeycomb.

Quick Start

Use the observability skill to configure structured logging and add performance monitoring to my current Next.js project.

Frequently Asked Questions about observability

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up structured logging and distributed tracing for a Vercel-hosted Next.js application?

Structured logging for Vercel applications is implemented by standardizing JSON logging across API routes and server actions. This approach ensures runtime log analysis and debuggability for production Next.js environments.

What is the best way to monitor Core Web Vitals and application performance on Vercel?

Monitoring Core Web Vitals on Vercel is handled by configuring Web Analytics and Speed Insights. This integration tracks user behavior and performance metrics to optimize the production user experience.

Can I forward Vercel runtime logs to external telemetry platforms like Datadog or Sentry?

Forwarding Vercel runtime logs to external telemetry platforms is supported through Vercel Log Drains. This allows you to integrate production telemetry with third-party services like Datadog, Sentry, or Honeycomb.

Does this observability approach work for tracking real-time errors in server actions?

Real-time error tracking for server actions is supported through structured JSON logging. This configuration facilitates immediate runtime log analysis and resolves production instability across the Vercel ecosystem.

Why do I need to configure log drains for my Vercel deployment?

Configuring Vercel log drains is necessary to forward telemetry data to external platforms for long-term retention. It resolves production instability by providing a unified approach to monitoring and debugging across your Vercel ecosystem.