sentry

Query Sentry issues, events, and releases via authenticated REST API.

42|7|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/addxai/enterprise-harness-engineering --skill sentry-addxai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/addxai/enterprise-harness-engineering/tree/main/skills/sentry
Command: npx skills add https://github.com/addxai/enterprise-harness-engineering --skill sentry-addxai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of sifting through Sentry dashboards, stack traces, and release data to debug production errors, triage crash reports, and verify deployment stability, reducing mean time to resolution for engineering and SRE teams.

Core Features & Use Cases

  • Error Investigation & Triage: Query unresolved issues across internal projects, review stack traces to identify root causes, and prioritize fixes based on user impact.
  • Release Health Monitoring: Check for new issues and crash-free rates after deployments to catch regressions early.
  • Cross-Project Error Tracking: Access consistent error data across 7 internal Android, iOS, and backend Java projects with standardized naming conventions.
  • Use Case: After a new Android app release, use this Skill to pull all related crash reports, sort by affected user count, and pinpoint the faulty code line without manual dashboard navigation.

Quick Start

Use the sentry skill to check if the latest backend-service release has any new unresolved errors and confirm its crash-free rate.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I triage Sentry errors and monitor release health for production deployments?

Triage Sentry errors by querying unresolved issues across internal projects, reviewing stack traces to identify root causes, and checking crash-free rates after deployments to catch regressions early. This reduces mean time to resolution for engineering and SRE teams.

Can I check crash-free rates and new issues across Android, iOS, and backend projects?

Yes, you can access consistent error data and monitor release health across Android, iOS, and backend Java projects. It applies standardized naming conventions to track cross-project crash analysis and verify post-deployment stability.

How does Sentry stack trace analysis work for investigating unresolved production errors?

Stack trace analysis works by querying unresolved Sentry issues, reviewing the captured event data to pinpoint faulty code lines, and prioritizing fixes based on affected user counts without manual dashboard navigation.

Do I need authenticated REST API access to query Sentry issue and event data?

Yes, authenticated REST API access is required to query Sentry issue, event, and release data. Access must adhere to internal project naming conventions and PII protection rules during production error investigation.

What is the best way to verify post-deployment stability and catch regressions in Sentry?

The best way to verify post-deployment stability is by checking for new unresolved issues and confirming the crash-free rate immediately after a release. This automates release health monitoring and catches regressions early.

Can I sort Sentry crash reports by affected user count to prioritize issue triage?

Yes, you can pull related crash reports for a specific release and sort them by affected user count. This prioritizes issue triage by highlighting errors with the highest user impact for immediate engineering fixes.