sentry

Query the Sentry API to inspect issues and events.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/spandios/vibe-utils --skill sentry-spandios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/spandios/vibe-utils/tree/main/skills/sentry
Command: npx skills add https://github.com/spandios/vibe-utils --skill sentry-spandios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly inspect Sentry issues, summarize recent production errors, and retrieve basic Sentry health data without needing to navigate the Sentry UI or write custom API scripts.

Core Features & Use Cases

  • List Issues: View recent or unresolved issues with key details like title, count, and last seen time.
  • Issue Details: Get in-depth information about a specific issue.
  • Issue Events: Retrieve a list of events associated with an issue.
  • Event Details: Fetch specific details for an event, excluding sensitive stack traces by default.
  • Quick Start: Use this skill to list the top 10 open issues for the production environment in the last 24 hours.

Quick Start

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 list recent Sentry production issues from the last 24 hours?

To list recent Sentry production issues, query the Sentry API to retrieve the top open issues filtered by environment and time. This returns key details like issue title, count, and last seen timestamp.

What Sentry API token scopes are required to fetch issue details and events?

Fetching Sentry issue details and events requires a SENTRY_AUTH_TOKEN with read-only scopes. You can optionally set SENTRY_ORG and SENTRY_PROJECT environment variables to target specific queries.

Can I retrieve Sentry event details without exposing sensitive stack traces?

Yes, retrieving Sentry event details excludes sensitive stack traces by default. The API queries specific event data for error analysis while maintaining security by omitting verbose stack output.

What is the best way to monitor Sentry issues without navigating the UI or writing custom scripts?

The best way to monitor Sentry issues without manual UI navigation is querying the Sentry API directly. This approach summarizes recent production errors and retrieves health data programmatically.

Does this Sentry monitoring approach support filtering unresolved issues by project?

Yes, Sentry monitoring supports filtering unresolved issues by project. Set the SENTRY_PROJECT environment variable to target queries and retrieve issue lists with key details like count and last seen time.