sentry

List Sentry issues and fetch events via the read-only API.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Mercurykz/Barretao- --skill sentry-mercurykz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Mercurykz/Barretao-/tree/main/.cursor/skills/sentry
Command: npx skills add https://github.com/Mercurykz/Barretao- --skill sentry-mercurykz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Read-only access to Sentry data enables teams to monitor production incidents without writing custom integrations. It consolidates issues, health metrics, and events for quick assessment.

Core Features & Use Cases

  • Read-only access to issues, events, and health data via the Sentry API.
  • List recent issues, view details, and fetch events to triage problems across projects.
  • Use case: quickly produce an incident briefing by summarizing current production errors and affected environments.

Quick Start

Set SENTRY_AUTH_TOKEN in your environment and run the scripts/sentry_api.py tool to list issues or fetch events.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I read Sentry issues and summarize production errors?

To read Sentry issues and summarize errors, use this Skill to fetch and aggregate issue data via the Sentry API. It provides read-only access to enumerate issues, view details, and pull events to triage production incidents quickly.

What is needed to access Sentry API data for monitoring production incidents?

Accessing Sentry API data requires setting a valid SENTRY_AUTH_TOKEN with read-only scopes in your environment. This token authenticates the Python script to paginate API calls, redact sensitive data, and retrieve structured issue and health metrics.

Can I list recent Sentry issues and fetch events across multiple projects?

Yes, you can list recent Sentry issues and fetch events across projects. The Skill leverages a Python script to paginate Sentry API calls, enabling developers to enumerate issues, view details, and pull events for quick assessment.

Does this Sentry integration support writing changes or updating issue statuses?

No, this Sentry integration does not support writing changes or updating statuses. It applies a strict read-only workflow to monitor production incidents, meaning you can only enumerate issues, view details, and pull events without modifying any Sentry data.

How are sensitive data handled when pulling Sentry events for an incident briefing?

When pulling Sentry events for an incident briefing, sensitive data are automatically redacted by the Python script. This ensures that the structured results presented from the paginated Sentry API calls remain safe for monitoring and triaging production errors.