sentry

Retrieves and summarizes Sentry error data across organization and project scopes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/promptlylabs/skills --skill sentry-promptlylabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/promptlylabs/skills/tree/main/plugins/promptly-skills/skills/sentry
Command: npx skills add https://github.com/promptlylabs/skills --skill sentry-promptlylabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Sentry stores vast amounts of error data across services. This Skill helps you quickly access, analyze, and summarize issues, events, transactions, and logs to speed up debugging and incident response.

Core Features & Use Cases

  • Fetch and view details for issues, events, and logs from a Sentry organization/project.
  • Run targeted searches and filters (level, environment, time windows) to surface relevant data.
  • Output human-readable summaries or raw JSON for automated pipelines and AI reasoning.

Quick Start

To get started, run fetch-event.js with your org, project, and an event ID to retrieve full event details.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I retrieve Sentry error data for incident investigation?

To retrieve Sentry error data for incident investigation, use the Skill to fetch issues, events, and logs across your organization and project scopes, displaying structured details that speed up debugging workflows.

Can I filter Sentry logs by environment and time window?

Yes, you can filter Sentry logs by environment, error level, and time windows. The Skill runs targeted searches to surface relevant event data for focused debugging and analysis.

Do I need a Sentry token to fetch event details?

Yes, you need a valid ~/.sentryclirc token to authenticate and fetch Sentry event details. The Skill uses this token to resolve project slugs to numeric IDs and access organizational error data.

What is the best way to integrate Sentry error analysis into automated pipelines?

The best way to integrate Sentry error analysis into automated pipelines is by requesting raw JSON outputs. The Skill supports both human-readable summaries and structured JSON for AI reasoning and automated workflows.

How do I fetch a specific Sentry event using a project slug?

To fetch a specific Sentry event, run the event retrieval script with your organization name, project slug, and event ID. The Skill resolves the project slug to a numeric ID and returns full event details.