sentry

Query the Sentry API to retrieve and summarize issues, events, and project health data.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill sentry-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28monitoring%29/sentry
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill sentry-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and operations teams quickly inspect Sentry issues, summarize recent production errors, and retrieve basic Sentry health data without leaving their workflow.

Core Features & Use Cases

  • Issue Inspection: View details of specific Sentry issues, including events and summaries.
  • Error Summarization: Get an overview of recent production errors.
  • Health Data: Pull basic Sentry API data for monitoring.
  • Use Case: A developer can ask "Show me the details for Sentry issue ABC-123" or "What are the top 5 errors in production in the last hour?"

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 retrieve and summarize Sentry production errors without leaving my workflow?

You can retrieve and summarize Sentry production errors by querying the Sentry API to fetch issue details, recent events, and project health data directly within your environment.

Can I view details for a specific Sentry issue using its ID?

Yes, you can view details for a specific Sentry issue by querying the Sentry API with the issue ID to retrieve its events and summaries.

Do I need an authentication token to inspect Sentry issues and health data?

Yes, inspecting Sentry issues requires a Sentry authentication token configured with read-only scopes, and you may need environment variables for organization and project slugs.

What is the best way to monitor top open Sentry issues in production?

The best way to monitor top open Sentry issues is to query the Sentry API to list and summarize recent production errors filtered by your project slug.

Can I modify or resolve Sentry issues through this API integration?

No, this integration provides read-only inspection of production errors and system observability data, meaning you cannot modify or resolve Sentry issues through it.

Does querying Sentry API health data require specific environment variables?

Yes, querying Sentry API health data may require environment variables to specify your target organization and project slugs for accurate data retrieval.