sentry-fix-issues

Identify and fix Sentry production issues with validated code changes.

20|3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-fix-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-fix-issues
Source: https://github.com/getsentry/sentry-agent-skills/tree/main/skills/sentry-fix-issues
Command: npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-fix-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify, analyze, and fix production issues surfaced in Sentry by guiding the triage process, root-cause analysis, and controlled remediation using MCP-enabled workflows.

Core Features & Use Cases

  • End-to-end issue workflow: Discover, analyze, and propose fixes for Sentry-reported errors and performance issues using a structured, phase-driven approach.
  • Root-cause guidance: Leverage Sentry data (stack traces, breadcrumbs, context) to hypothesize root causes and propose safe code changes.
  • Safety and governance: Validate fixes against repository code, redact sensitive data, and ensure regression safety with generated tests and monitoring hooks.
  • Use Case: A team receives a spike in TypeError errors; this Skill guides triage, root-cause hypotheses, and a minimal-risk patch while preserving user data privacy.

Quick Start

Run the MCP-based workflow to identify, analyze, and implement fixes for a selected Sentry issue.

Frequently Asked Questions about sentry-fix-issues

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

FAQPage Schema
How do I fix Sentry errors using stack traces and breadcrumbs?

To fix Sentry errors, you analyze stack traces, breadcrumbs, and event context to hypothesize root causes and propose safe code changes. This workflow validates error data against source code and generates regression tests before deployment.

What is the best way to triage production issues reported in Sentry?

Triage Sentry production issues through a structured, phase-driven approach that discovers, analyzes, and implements fixes. The process guides root-cause analysis using event context across multiple projects and environments to ensure minimal-risk remediation.

Can I automate Sentry issue remediation across multiple projects?

Yes, you can automate Sentry issue remediation across multiple projects and environments using an MCP-enabled workflow. It identifies issues, validates error data against repository code, and provides tested fix proposals while redacting sensitive information.

Does the Sentry triage workflow ensure regression safety for code changes?

Yes, the Sentry triage workflow ensures regression safety by validating fixes against repository code and generating regression tests with monitoring hooks. It provides a safe, tested fix proposal before any changes are deployed.

How do I handle sensitive data when analyzing Sentry stack traces?

When analyzing Sentry stack traces, the workflow redacts sensitive information to preserve user data privacy. It safely processes event context and breadcrumbs while guiding triage and remediation for production errors.