sentry-analysis

Analyze Sentry crash reports and implement evidence-based bug fixes.

3|2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill sentry-analysis-paxeer-network
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-analysis
Source: https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol/tree/main/.windsurf/skills/sentry-analysis
Command: npx skills add https://github.com/Paxeer-Network/Sidiora-Perpetual-Protocol --skill sentry-analysis-paxeer-network

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured workflow to analyze and fix production errors reported in Sentry, ensuring robust application stability.

Core Features & Use Cases

  • Error Triage: Analyze Sentry crash reports (AppHang, ANR, crashes) to pinpoint root causes.
  • Evidence-Based Fixes: Apply a rigorous methodology using stack traces, breadcrumbs, and code logic to develop and verify fixes.
  • Use Case: When users report an app freeze (AppHang), use this Skill to ingest the Sentry JSON log, analyze the stack trace and breadcrumbs, identify the blocking operation on the main thread, and generate a bug analysis log before proposing a code fix.

Quick Start

Analyze the Sentry error log provided in 'sentry_report.json' to identify the root cause of the crash.

Frequently Asked Questions about sentry-analysis

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

FAQPage Schema
How do I analyze Sentry crash reports to find the root cause of production errors?

Yes, this Skill analyzes AppHang and ANR (Application Not Responding) issues by examining the Sentry JSON log. It identifies blocking operations on the main thread using stack traces and breadcrumbs to diagnose why the app froze or became unresponsive.

What is the best way to fix app freezes using Sentry breadcrumbs and stacktraces?

To analyze Sentry crash reports, ingest the Sentry JSON log to examine stack traces, breadcrumbs, and exception details. This evidence-based methodology pinpoints the exact root cause of production errors before proposing any code fixes.

Can I use this Sentry crash analysis workflow for general production error triage?

Yes, this Skill analyzes AppHang and ANR (Application Not Responding) issues by examining the Sentry JSON log. It identifies blocking operations on the main thread using stack traces and breadcrumbs to diagnose why the app froze or became unresponsive.

Do I need a specific Sentry JSON log format to analyze production crashes?

Fixing app freezes requires analyzing Sentry breadcrumbs and stacktraces to locate the main thread blockage. This process follows a complete workflow from JSON log analysis through bug fix implementation using rigorous evidence-based verification.

How does an evidence-based methodology help debug production crashes?

Yes, you can use this workflow for general production error triage. It triggers on Sentry crash reports, analyzing JSON logs, stack traces, and breadcrumbs to systematically triage and fix production errors, ensuring robust application stability.