sentry-integration

Integrate Sentry error tracking and performance monitoring in React/Next.js applications.

2|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/telum-ai/speck --skill sentry-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-integration
Source: https://github.com/telum-ai/speck/tree/main/.cursor/skills/sentry-integration
Command: npx skills add https://github.com/telum-ai/speck --skill sentry-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of Sentry into your application, enabling robust error tracking, performance monitoring, and release management.

Core Features & Use Cases

  • Error Tracking: Capture and analyze application errors in real-time.
  • Performance Monitoring: Trace request latency and identify performance bottlenecks.
  • Release Management: Track deployed versions and associate errors with specific releases.
  • Use Case: Implement Sentry in a React/Next.js application to automatically capture JavaScript errors, monitor API response times, and link deployment versions to reported issues for faster debugging.

Quick Start

Configure Sentry integration for your Next.js application using the provided next.config.js example.

Frequently Asked Questions about sentry-integration

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

FAQPage Schema
How do I integrate Sentry for error tracking in a Next.js application?

To integrate Sentry for error tracking in a Next.js application, configure the Sentry SDK using the provided next.config.js example to automatically capture JavaScript errors and monitor API response times.

How do I upload source maps to Sentry in CI for React applications?

Upload source maps to Sentry by configuring your CI pipeline to generate and push them during the build process, ensuring original source code is visible for debugging minified JavaScript errors.

Does Sentry performance monitoring work with React to trace request latency?

Sentry performance monitoring works with React to trace request latency, identify performance bottlenecks, and track deployed versions by associating reported issues with specific application releases.

How do I configure custom error grouping in Sentry using SDK-level fingerprinting?

Configure custom error grouping in Sentry by applying optional SDK-level fingerprinting rules, which override default issue grouping behavior to cluster related JavaScript errors based on your specific application logic.

Can I track deployed versions in Sentry to link errors to specific releases?

You can track deployed versions by configuring release management in Sentry, which links reported application errors to specific deployment versions for faster debugging and issue resolution.

What is the best way to set up Sentry release tracking for Next.js?

The best way to set up Sentry release tracking for Next.js is to configure the SDK to associate application errors with specific deployment versions, enabling faster debugging by linking issues directly to releases.