One-click install
npx skills add https://github.com/artivilla/agents-config --skill sentry-artivilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/artivilla/agents-config/tree/main/skills/sentry
Command: npx skills add https://github.com/artivilla/agents-config --skill sentry-artivilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sentry integration for Next.js helps teams detect, trace, and diagnose errors and performance issues across web apps.

Core Features & Use Cases

  • Error capture with Sentry.captureException in try/catch blocks and structured logging for context
  • Performance tracing with spans for meaningful actions such as UI interactions and API calls
  • Use Case: monitor errors, performance, and user flows in Next.js applications to improve reliability and latency

Quick Start

Install and configure Sentry in your Next.js project to begin monitoring errors and performance.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I monitor errors and performance in a Next.js application?

To monitor errors and performance in a Next.js application, install the @sentry/nextjs SDK and initialization files to capture exceptions, create performance spans, and provide structured logging.

Why do I need exception handling and performance tracing for my Next.js web app?

Exception handling and performance tracing are needed for Next.js web apps to detect, trace, and diagnose errors and performance issues, improving reliability and latency across development and production environments.

Can I use Sentry to track UI interactions and API calls in Next.js?

Yes, you can use Sentry to track UI interactions and API calls in Next.js by creating performance spans for meaningful actions, alongside capturing exceptions with Sentry.captureException in try/catch blocks.

Does Sentry error monitoring work in both development and production Next.js environments?

Sentry error monitoring works across both development and production environments for Next.js web apps, providing context-rich diagnostics and structured logging to handle exception capture and tracing.

What is the best way to add structured logging and context to Next.js error monitoring?

The best way to add structured logging and context to Next.js error monitoring is using the @sentry/nextjs SDK to capture exceptions and provide context-rich diagnostics for your web application.