sentry

Inspect Sentry issues and events via the Sentry API.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Envy-7z/mobile-agent-skillpack --skill sentry-envy-7z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Envy-7z/mobile-agent-skillpack/tree/main/skills/sentry
Command: npx skills add https://github.com/Envy-7z/mobile-agent-skillpack --skill sentry-envy-7z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and agents (resource) components.

What problem does it solve?

This Skill helps developers quickly inspect Sentry issues, summarize recent production errors, and pull basic Sentry health data without leaving their development environment.

Core Features & Use Cases

  • Inspect Sentry Issues: View lists of unresolved issues, get details on specific issues, and see associated events.
  • Summarize Errors: Quickly understand the nature and frequency of production errors.
  • Read-only Data: Performs read-only queries against the Sentry API, ensuring no accidental changes are made.

Quick Start

Use the sentry skill to list the top 10 open issues for prod in the last 24h.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I inspect Sentry issues and recent production errors without leaving my environment?

You can inspect Sentry issues by querying the Sentry API for read-only access to unresolved issues, recent events, and basic health data directly from your development environment.

What do I need to access Sentry API data for error tracking?

To access Sentry API data for error tracking, you need a Sentry authentication token configured with read-only scopes, along with optional organization, project, and environment configurations.

Can I summarize production issues and see event details using Sentry observability data?

Yes, you can summarize production issues by retrieving lists of unresolved Sentry issues, viewing details on specific issues, and inspecting associated events to understand error frequency and nature.

Does this approach to Sentry error tracking support modifying project configurations?

No, this approach to Sentry error tracking performs strictly read-only queries against the Sentry API, ensuring no accidental changes are made to your project configurations or issue states.

How do I list the top unresolved Sentry issues for a specific environment?

You can list the top unresolved Sentry issues for a specific environment by configuring the environment parameter and querying the Sentry API to filter and retrieve recent production errors.