sentry-issue-reporter

Detect critical errors and create detailed Sentry issue reports via API.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill sentry-issue-reporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-issue-reporter
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/sentry-issue-reporter
Command: npx skills add https://github.com/AstorYH/PASB --skill sentry-issue-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Sentry issues when critical errors are detected, streamlining the error monitoring and reporting process.

Core Features & Use Cases

  • Automated Error Reporting: Detects critical errors and automatically generates detailed reports in Sentry.
  • Contextual Data Extraction: Gathers relevant information like timestamps, error messages, stack traces, and system state for comprehensive issue reports.
  • Use Case: When a critical application failure occurs, this Skill will automatically create a Sentry issue with all necessary details, allowing developers to quickly diagnose and resolve the problem without manual intervention.

Quick Start

Configure the sentry-issue-reporter skill with your Sentry API key and a pattern to detect critical errors.

Frequently Asked Questions about sentry-issue-reporter

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

FAQPage Schema
How do I automate Sentry issue creation for critical application errors?

You can automate Sentry issue creation by configuring a pattern to detect critical errors and using your Sentry API key to automatically generate detailed reports with timestamps, error messages, and stack traces.

What context is extracted when automatically reporting an error to Sentry?

When automatically reporting an error to Sentry, the system extracts contextual data including timestamps, error messages, stack traces, and system state to provide comprehensive context for issue resolution.

Do I need Sentry API credentials to set up automated error monitoring and reporting?

Yes, you need Sentry API credentials to set up automated error monitoring and reporting, along with a configurable pattern for critical error detection to trigger the issue creation.

How do I configure critical error detection patterns for Sentry issue tracking?

To configure critical error detection patterns for Sentry issue tracking, you define a specific pattern that monitors your application for critical failures and triggers the API to create an issue automatically.

Can I automatically track and report system state and stack traces to Sentry without manual intervention?

Yes, you can automatically track and report system state and stack traces to Sentry without manual intervention by setting up a monitoring pattern that extracts this contextual data upon detecting a critical application failure.

Why use automated Sentry issue reporting instead of manually creating issue tickets?

Automated Sentry issue reporting eliminates manual intervention by immediately gathering relevant data like timestamps and stack traces when a critical failure occurs, allowing developers to quickly diagnose and resolve the problem.