sentry

Integrates Sentry monitoring into JavaScript frameworks like Next.js, React, Node.js, and Astro.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill sentry-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/stack/monitoring/sentry
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill sentry-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill integrates Sentry into your application to provide robust error tracking, performance monitoring, and debugging capabilities, ensuring a stable and performant user experience.

Core Features & Use Cases

  • Error Monitoring: Capture and analyze application errors in real-time across various platforms (Next.js, React, Node.js, Astro).
  • Performance Tracing: Monitor transaction performance, identify bottlenecks with custom spans, and upload source maps for detailed debugging.
  • Session Replay: Record user sessions to understand how errors occur from the user's perspective.
  • Cron Monitoring: Track the health and execution of scheduled tasks.
  • Use Case: When a user reports a bug in your production Next.js application, this Skill allows you to pinpoint the exact error, view the user's session leading up to it, and analyze performance metrics to diagnose and fix the issue quickly.

Quick Start

Integrate Sentry into your Next.js application by running the Sentry wizard.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I integrate error monitoring and performance tracing in a Next.js application?

You can integrate error monitoring and performance tracing in Next.js by running the Sentry wizard. This captures real-time errors, tracks transaction performance, and uploads source maps for detailed debugging.

Can I record user sessions to debug production errors in React?

Yes, you can record user sessions in React using session replay. This records user interactions leading up to an error, helping you understand exactly how the issue occurred from the user's perspective.

Does Sentry error tracking work with both Node.js and Astro frameworks?

Sentry error tracking works with both Node.js and Astro frameworks. It captures real-time application errors across these platforms, ensuring stable user experiences and comprehensive debugging.

What is the best way to monitor scheduled tasks and cron jobs in Node.js?

The best way to monitor scheduled tasks in Node.js is using cron monitoring. This tracks the health and execution of your scheduled jobs, ensuring they run reliably and alerting you to failures.

How do I identify performance bottlenecks using custom spans in JavaScript?

You identify performance bottlenecks by using custom spans to monitor transaction performance. This isolates slow operations within your JavaScript application and pinpoints exact areas causing delays.

Why do I need source map uploading when debugging production errors?

You need source map uploading to debug production errors because it translates minified production code back to original source code. This provides detailed, readable stack traces for accurate diagnosis.