sentry-debug

Collects and analyzes Sentry issue data to diagnose root causes.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/sukeun1997/claude-config --skill sentry-debug-sukeun1997
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-debug
Source: https://github.com/sukeun1997/claude-config/tree/main/skills/sentry-debug
Command: npx skills add https://github.com/sukeun1997/claude-config --skill sentry-debug-sukeun1997

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Collects and analyzes Sentry issue data from API endpoints to diagnose root causes, propose fixes, and apply changes after explicit user approval.

Core Features & Use Cases

  • Data collection from Sentry issues via API, including latest event details and per-issue metadata.
  • Automated root-cause analysis leveraging stack traces to identify likely failure points, with optional deep mode for environment patterns.
  • Guarded workflow with a user approval gate before applying code changes to fix issues across projects.

Quick Start

Provide a Sentry issue URL or ID to begin data collection and root-cause analysis.

Frequently Asked Questions about sentry-debug

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

FAQPage Schema
How do I debug Sentry issues using stack traces to find the root cause?

To debug Sentry issues, this skill collects issue data via the Sentry API and analyzes stack traces to automate root-cause diagnosis. It identifies likely failure points and proposes code fixes after you review the findings.

Can I automatically apply code fixes for Sentry errors?

Yes, you can automatically apply code fixes for Sentry errors. The workflow includes a user approval gate that requires your explicit confirmation before applying any proposed code changes to resolve the diagnosed issue.

What do I need to configure before analyzing Sentry issue data?

Before analyzing Sentry issue data, you need to configure SENTRY_AUTH_TOKEN and SENTRY_BASE_URL environment variables. You also need network access to the Sentry API and a working directory within the relevant project.

How does Sentry issue analysis handle environment patterns?

Sentry issue analysis handles environment patterns through an optional deep mode. This mode performs deeper root-cause analysis by examining environment patterns alongside stack traces to identify failure points more accurately.

What is the best way to diagnose Sentry failures across multiple projects?

The best way to diagnose Sentry failures across projects is using a phase-based workflow. This approach collects latest event details and per-issue metadata from the Sentry API to standardize issue analysis and propose targeted fixes.

When should I not use automated Sentry issue debugging?

You should not use automated Sentry issue debugging when you lack network access to the Sentry API or cannot set the required SENTRY_AUTH_TOKEN and SENTRY_BASE_URL environment variables. It also requires a valid project working directory.