sentry

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

24|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/goncalossilva/.agents --skill sentry-goncalossilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/goncalossilva/.agents/tree/main/skills/sentry
Command: npx skills add https://github.com/goncalossilva/.agents --skill sentry-goncalossilva

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps agents quickly find and analyze errors, events, and logs within Sentry, enabling faster debugging and root cause analysis.

Core Features & Use Cases

  • Error Investigation: Fetch details about specific Sentry issues and their associated events.
  • Log Analysis: Search and retrieve logs from Sentry for a given time period and project.
  • Use Case: When a user reports a bug, an agent can use this Skill to search for related errors in Sentry around the time of the report, examine the stack trace and breadcrumbs, and identify the root cause.

Quick Start

Use the sentry skill to find unresolved errors in the 'backend' project for the 'myorg' organization.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I analyze Sentry errors and stack traces for root cause debugging?

To analyze Sentry errors for debugging, you can fetch specific issues and events via the Sentry API to retrieve detailed error context, stack traces, and breadcrumbs. This provides the necessary timeline to identify the root cause of reported bugs.

Can I search and retrieve Sentry logs for a specific project and time period?

Yes, you can retrieve Sentry logs for a specific project and time period. By querying the Sentry API for a given organization and project, the skill searches and fetches the relevant log data to help investigate issues around the time of a user report.

Do I need a Sentry auth token and Node.js to fetch Sentry issue data?

Yes, fetching Sentry issue data requires a Sentry auth token to authenticate with the Sentry API. Node.js is also required as the execution environment for the scripts that query and analyze the Sentry data.

What is the best way to investigate unresolved errors in a Sentry backend project?

The best way to investigate unresolved Sentry errors is to query the Sentry API for the specific organization and backend project. This fetches the issue details, associated events, and transaction data needed to understand the error context and timeline.

Does Sentry performance monitoring data include transaction details for debugging?

Yes, Sentry performance monitoring data includes transactions. The skill fetches and analyzes these transactions alongside Sentry issues, events, and logs to provide a comprehensive view of application performance and error context for debugging.