sentry

Fetch and inspect Sentry issues and events via a read-only API.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/Canepro/codex-skills --skill sentry-canepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Canepro/codex-skills/tree/main/skills/sentry
Command: npx skills add https://github.com/Canepro/codex-skills --skill sentry-canepro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provide read-only access to Sentry issues, recent events, and basic project health data via the Sentry API to surface reliability signals quickly.

Core Features & Use Cases

  • List issues (most recent first) to monitor active incidents and regressions.
  • Retrieve issue details to understand the context and lifecycle of a problem.
  • Access issue events to correlate events and analyze incident timelines.
  • View event details to inspect specific occurrences and environment-related patterns.

Quick Start

Export SENTRY_AUTH_TOKEN and run the provided script to begin querying issues or events.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I retrieve Sentry issues and events via the API?

To retrieve Sentry issues and events, use a read-only API integration to fetch and inspect data across a specified org and project. It lists issues, views details, and retrieves events with pagination and optional redaction.

What do I need to configure to list Sentry issues for a specific environment?

To list Sentry issues, you must authenticate with a SENTRY_AUTH_TOKEN and optionally configure the base URL, org, project, time range, and environment. This setup filters the returned issues to match your specified context.

Can I view specific Sentry event details to analyze an incident timeline?

Yes, you can view specific Sentry event details to analyze an incident timeline. The read-only API accesses issue events to correlate data and inspect specific occurrences to identify environment-related patterns.

Is it possible to modify or resolve Sentry issues using this API integration?

No, you cannot modify or resolve Sentry issues because this integration provides strictly read-only access. It is designed to surface reliability signals and fetch data without altering project health or issue states.

How does the integration handle API errors when fetching Sentry project health data?

The integration handles API errors gracefully when fetching Sentry project health data. It ensures that queries for issues and recent events fail safely without crashing your monitoring workflow during retrieval.