sentry-investigation

Fetch Sentry error details, stack traces, and event information via API.

2|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/stlwolf/ai-development-hub --skill sentry-investigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-investigation
Source: https://github.com/stlwolf/ai-development-hub/tree/main/canonical/skills/sentry-investigation
Command: npx skills add https://github.com/stlwolf/ai-development-hub --skill sentry-investigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches error details, stack traces, and event information from Sentry to support debugging and incident investigations.

Core Features & Use Cases

  • Retrieve issue summaries and recent events from Sentry to quickly identify failing components.
  • Extract stack traces, including in-app frames, to pinpoint source files and functions.
  • Use for incident response, debugging, and audit trails.

Quick Start

Provide a Sentry URL or issue ID to initiate automated extraction of the latest stack trace and event details.

Frequently Asked Questions about sentry-investigation

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

FAQPage Schema
How do I fetch Sentry error stack traces for debugging?

To fetch Sentry error stack traces for debugging, provide a Sentry issue URL or event ID. The tool queries the Sentry API to extract in-app stack frames, including filename, function, and line number details for root-cause analysis.

Can I investigate Sentry issues using just an event ID?

Yes, you can investigate Sentry issues using an event ID. The tool accepts either a Sentry URL or an issue ID as input, automatically deriving the organization from SENTRY_ORG or the URL to retrieve recent events and error details.

Do I need a SENTRY_AUTH_TOKEN to extract event details?

Yes, extracting Sentry event details requires a SENTRY_AUTH_TOKEN. This token authenticates your requests to the Sentry API, enabling the tool to securely fetch issue summaries, stack traces, and in-app frame data using curl and jq.

What is the best way to get in-app stack frames from Sentry for incident response?

The best way to get in-app stack frames from Sentry for incident response is using an automated extraction tool. It queries the Sentry API to filter and surface only in-app scope frames, providing filename, function, and line number for precise root-cause analysis.

Does Sentry API investigation work without specifying an organization?

Sentry API investigation can work without explicitly specifying an organization if you provide a Sentry URL as input. The tool automatically derives the organization from the URL, though you can also set it explicitly using the SENTRY_ORG environment variable.