sentry

Configure Sentry SDKs, triage issues, and set up alerts.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/0xMerl99/FangAI --skill sentry-0xmerl99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/0xMerl99/FangAI/tree/main/crates/openfang-skills/bundled/sentry
Command: npx skills add https://github.com/0xMerl99/FangAI --skill sentry-0xmerl99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users effectively implement, manage, and leverage Sentry for application error tracking, debugging, and performance monitoring, ensuring application reliability and a smoother user experience.

Core Features & Use Cases

  • SDK Setup & Configuration: Guides users through best practices for initializing Sentry SDKs, setting environments, and configuring sampling rates.
  • Issue Triage & Debugging: Provides a systematic workflow for identifying, prioritizing, and debugging errors using Sentry's features like stack traces, breadcrumbs, and context.
  • Alerting & Performance Monitoring: Assists in setting up effective alerts for critical issues and performance degradations, and utilizing tracing for bottleneck identification.
  • Use Case: A developer is struggling to understand a recurring production error. They can use this Skill to get step-by-step guidance on how to use Sentry's features to pinpoint the root cause and implement a fix.

Quick Start

Use the sentry skill to configure the SDK for a new Node.js project.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I set up the Sentry SDK for error tracking in a new Node.js project?

Sentry SDK setup requires initializing the library within your application lifecycle, configuring environments, and adjusting sampling rates to capture error tracking data, ensuring application errors are reported reliably from the start.

What is the best way to triage production errors using stack traces and breadcrumbs?

Triage production errors by analyzing stack traces to pinpoint the failure location and reviewing breadcrumbs to understand the event sequence. This context-driven debugging workflow helps prioritize and resolve application reliability issues faster.

How do I configure Sentry alerts for critical application reliability issues?

Configure Sentry alerts by defining rules that trigger notifications for critical errors or performance degradations. Setting up these alerts ensures immediate awareness of issues affecting application reliability and user experience.

Can I use Sentry performance monitoring to identify bottlenecks in my application?

Sentry performance monitoring utilizes tracing to identify bottlenecks by tracking transaction data across your application lifecycle. This helps you locate slow operations and improve overall application responsiveness and reliability.

What context do I need to effectively debug recurring application errors with Sentry?

Debugging recurring application errors requires analyzing stack traces, breadcrumbs, and additional context captured by Sentry. Understanding these error reporting mechanisms provides the necessary details to find root causes and implement fixes.