One-click install
npx skills add https://github.com/ivanrvpereira/.agents --skill sentry-ivanrvpereira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/ivanrvpereira/.agents/tree/main/skills/sentry
Command: npx skills add https://github.com/ivanrvpereira/.agents --skill sentry-ivanrvpereira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Sentry captures errors and traces, but agents still need a fast way to retrieve the right issue, event, transaction, and logs for a specific moment to determine root cause.

Core Features & Use Cases

  • Fetch issue and latest event details: Pull grouped issue information and optionally the latest event with stack traces for quicker incident triage.
  • Search events by time and filters: Locate errors and transactions around a timestamp window, with filters like level, transaction name, and tags.
  • Inspect event breadcrumbs and spans: Trace the sequence of what happened before the failure and expand spans for deeper transaction understanding.
  • Search Sentry logs: Find related log lines in Sentry Logs Explorer using time windows and query filters.

Quick Start

Use sentry to investigate what failed around a specific incident time by running: sentry search-events.js --org yourorg --project backend --start 2025-12-23T15:00:00 --end 2025-12-23T17:00:00 --level error

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I debug production errors by retrieving Sentry issue details and stack traces?

To debug production errors, you retrieve Sentry issue details and the latest event with stack traces. This accelerates incident triage by automatically pulling grouped issue information for agent consumption.

Can I search Sentry events and transactions using a specific time window and filters?

Yes, you can search Sentry events and transactions around a specific timestamp window. You can apply filters like error level, transaction name, and tags to locate errors during incident triage.

How do I inspect Sentry event breadcrumbs and spans for root cause analysis?

You inspect Sentry event breadcrumbs and spans to trace the sequence of events before a failure. Expanding spans provides deeper transaction understanding for root cause analysis.

Do I need a specific authentication setup to search Sentry logs and events?

Yes, you need Sentry authentication via a token stored in the ~/.sentryclirc file. This setup allows the Sentry API to format results for agent consumption with optional JSON output.

What is the best way to find related log lines in Sentry Logs Explorer?

The best way to find related logs in Sentry Logs Explorer is by using time windows and query filters. This scopes the search by organization and project to find relevant log lines.