sentry-errors

Detect and configure Sentry error tracking for Next.js App Router projects.

32|13|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/nghiahsgs/taw-kit --skill sentry-errors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-errors
Source: https://github.com/nghiahsgs/taw-kit/tree/main/skills/sentry-errors
Command: npx skills add https://github.com/nghiahsgs/taw-kit --skill sentry-errors

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sentry-errors provides a detection-first approach to implementing Sentry error tracking and performance monitoring for Next.js App Router apps. It detects whether Sentry is already installed and configured, and if not, guides through a wizard-based setup or a manual installation that covers client, server, and edge runtimes, including source map uploads and PII scrubbing.

Core Features & Use Cases

  • Detection-first: detects existing installation and adapts the workflow to avoid rework.
  • Wizard-based setup: creates client/server/edge config files and patches Next.js config as needed.
  • Manual install path: offers step-by-step instructions for a hands-on configuration when automation is not desired.
  • Security & compliance: ensures PII scrubbing guidelines and safe handling of DSNs in the project.
  • Edge-runtime support: includes configuration for app edge environments.

Quick Start

Detect an existing Sentry setup and install/configure the appropriate client/server/edge integration for Next.js apps.

Frequently Asked Questions about sentry-errors

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

FAQPage Schema
How do I configure Sentry error tracking for a Next.js App Router project?

Sentry error tracking for a Next.js App Router project is configured by creating client, server, and edge runtime configs. This Skill detects existing setups or uses a wizard to patch Next.js config, enable source map uploads, and ensure PII scrubbing.

Does Sentry error tracking support Next.js edge runtime environments?

Yes, Sentry error tracking supports Next.js edge runtime environments. The configuration process includes specific setup steps for edge environments alongside standard client and server runtimes to ensure comprehensive error monitoring across your application.

How do I enable source map uploads when setting up Sentry in Next.js?

Source map uploads are automatically enabled during the Sentry setup process. The configuration wizard or manual install path patches your Next.js config to generate and upload source maps, ensuring unminified error stack traces in your Sentry dashboard.

Can I automatically scrub PII data when setting up Sentry error monitoring?

Yes, PII data is automatically scrubbed during Sentry error monitoring setup. The configuration process ensures PII scrubbing guidelines are applied and DSNs are handled safely in your project to maintain security and compliance.

What is the best way to add Sentry to an existing Next.js application?

The best way to add Sentry to an existing Next.js application is using a detection-first approach. The Skill checks if Sentry is already installed and adapts the workflow to avoid rework, offering either a wizard-based setup or manual installation.