sentry-api

Search and manage Sentry issues, events, releases, and alert workflows via REST API.

37|13|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/anthropics/claude-tag-plugins --skill sentry-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-api
Source: https://github.com/anthropics/claude-tag-plugins/tree/main/sentry/skills/sentry-api
Command: npx skills add https://github.com/anthropics/claude-tag-plugins --skill sentry-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the manual work of investigating Sentry errors by letting you search issues, inspect events, review releases, and change issue state from one workflow.

Core Features & Use Cases

  • Issue triage: Find unresolved or high-frequency issues across an organization or project.
  • Deep debugging: Open the latest event, inspect stack traces, and review tags, comments, and related context.
  • Release and health checks: Examine releases, stats, deploys, and alert rules to understand regressions and operational impact.
  • Use case: When an engineer asks why a crash spiked after a deploy, use this Skill to find the top issue, inspect the latest event, and resolve or ignore it appropriately.

Quick Start

Ask the skill to find unresolved Sentry issues for a project, inspect the latest event for the top result, and summarize the likely cause.

Frequently Asked Questions about sentry-api

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

FAQPage Schema
How do I automate Sentry error tracking and find unresolved issues across a project?

You can search unresolved Sentry issues across an organization or project using bearer-authenticated REST API calls. This Skill handles slug-to-ID resolution, cursor-based pagination, and robust JSON error handling to filter, inspect, and triage errors programmatically.

Can I inspect Sentry stack traces and event details through the API?

Yes, you can inspect Sentry stack traces and event details through the API. The workflow retrieves the latest event for a specific issue, allowing you to review tags, comments, and related context to perform deep debugging and identify the likely cause of a crash.

Does this Sentry API automation workflow support self-hosted instances?

Yes, this Sentry API automation workflow supports both SaaS and self-hosted instances. It requires curl and jq to execute REST API calls, resolve slugs to IDs, parse JSON responses, and manage cursor-based pagination for retrieving error-tracking data.

How do I check Sentry releases and stats to understand regressions after a deploy?

Check Sentry releases and stats by querying release data, deploys, and alert rules through the API. This allows you to examine operational impact, review tag distributions, and understand regressions or crashes that spiked immediately following a recent deployment.

What is the best way to resolve or ignore Sentry issues via API automation?

The best way to resolve or ignore Sentry issues is to use API calls to update the issue state after triaging. You can find high-frequency issues, inspect the latest event details, and programmatically change the status to resolved or ignored within a single workflow.