sentry

Fetch and analyze Sentry issues, events, transactions, and logs via the Sentry API.

Updated Aug 8, 2021
One-click install
npx skills add https://github.com/luanzeba/dotfiles --skill sentry-luanzeba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/luanzeba/dotfiles/tree/main/skills/sentry
Command: npx skills add https://github.com/luanzeba/dotfiles --skill sentry-luanzeba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

When debugging distributed systems, teams need quick access to organized data from Sentry. This Skill fetches issues, events, transactions, and logs via the Sentry API to help diagnose failures and understand system behavior over time.

Core Features & Use Cases

  • Fetch latest or specific issues, events, and transactions from Sentry.
  • Search across projects and time windows to identify root causes and recurring patterns.
  • Correlate events with breadcrumbs and context to reconstruct incident timelines.

Quick Start

Authenticate with Sentry using your ~/.sentryclirc, then run the appropriate scripting command to retrieve data and start debugging.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I fetch and analyze Sentry issues for debugging?

To fetch and analyze Sentry issues for debugging, use a Skill that queries the Sentry API to pull structured data on specific projects, time ranges, or transactions. It requires authentication via the ~/.sentryclirc file.

What is the best way to investigate Sentry events and transactions across distributed systems?

Investigating Sentry events and transactions across distributed systems is done by fetching data via the Sentry API. This approach helps diagnose failures by correlating events with breadcrumbs and context to reconstruct incident timelines.

Do I need a ~/.sentryclirc file to query the Sentry API for error analysis?

Yes, you need a ~/.sentryclirc file to authenticate and query the Sentry API for error analysis. This file provides the necessary credentials to fetch issues, events, transactions, and logs for your debugging workflows.

How do I search Sentry logs to identify root causes and recurring patterns?

You can search Sentry logs to identify root causes and recurring patterns by querying the Sentry API across specific time windows and projects. This retrieves structured data to help understand system behavior over time.

Can I retrieve Sentry data for specific time ranges and projects?

Yes, you can retrieve Sentry data for specific time ranges and projects. The Skill queries the Sentry API to fetch issues, events, transactions, and logs filtered by your defined time windows and project scopes.