sentry

Integrate Sentry error tracking and performance monitoring into Next.js applications.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill sentry-mgd34msu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/sentry
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill sentry-mgd34msu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @sentry/nextjs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers monitor their applications for errors, track performance issues, and set up alerts to quickly address production problems.

Core Features & Use Cases

  • Error Tracking: Automatically captures unhandled exceptions and promise rejections.
  • Performance Monitoring: Tracks transaction times and identifies bottlenecks.
  • Alerting: Configurable alerts for error thresholds and performance degradation.
  • Use Case: When a critical bug is reported in production, this Skill allows you to quickly dive into Sentry to see the exact error, stack trace, and user context to debug and resolve the issue.

Quick Start

Configure Sentry for your Next.js application by following the manual install and environment variable setup instructions.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I set up error tracking in a Next.js application?

To set up error tracking in a Next.js application, you need to configure the Sentry SDK using a DSN and authentication tokens, then follow manual install and environment variable setup instructions.

Can I automatically capture unhandled exceptions and promise rejections in production?

Yes, error tracking automatically captures unhandled exceptions and promise rejections, allowing you to dive into exact errors, stack traces, and user context to debug production issues.

What is performance monitoring and how does it identify bottlenecks in my app?

Performance monitoring tracks transaction times to identify bottlenecks, enabling proactive performance optimization in Next.js applications by analyzing transaction data captured via the Sentry SDK.

Do I need a DSN and authentication tokens to configure Sentry for alerting?

Yes, configuring Sentry for alerting and seamless data capture requires a DSN and authentication tokens to establish the connection for error and performance monitoring.

How do I configure alerts for error thresholds and performance degradation?

Configurable alerts for error thresholds and performance degradation are established during Sentry SDK configuration, sending real-time alerting when production problems occur.