sentry-debug

Extract Sentry issue details and correlate with Datadog telemetry for root-cause assessment.

Updated Mar 18, 2023
One-click install
npx skills add https://github.com/acmacalister/dotfiles --skill sentry-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-debug
Source: https://github.com/acmacalister/dotfiles/tree/main/dot_config/crush/skills/sentry-debug
Command: npx skills add https://github.com/acmacalister/dotfiles --skill sentry-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps engineers quickly triage and debug production Sentry errors by collecting context from Sentry, Datadog, recent deploys, codebase analysis, and the production database to pinpoint root causes and craft fixes.

Core Features & Use Cases

  • Context extraction: Retrieve error type, message, stack traces, tags, and breadcrumbs from Sentry to establish the issue's scope.
  • Cross-system correlation: Combine Sentry data with Datadog telemetry and deployment history to validate impact and identify the responsible code path.
  • Root-cause guidance: Provide a structured remediation plan with actionable steps and verification checks.

Quick Start

Provide a Sentry issue URL or ID to start the triage workflow.

Frequently Asked Questions about sentry-debug

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

FAQPage Schema
How do I triage Sentry errors using Datadog telemetry and deployment history?

To triage Sentry errors, you provide a Sentry issue URL or ID to extract stack traces, tags, and breadcrumbs, then correlate that data with Datadog telemetry and recent deployments to pinpoint the root cause and generate actionable remediation steps.

What is the best way to correlate a Sentry stack trace with a recent production deployment?

The best way to correlate a Sentry stack trace with a deployment is to aggregate Sentry error context and cross-reference it with deployment history and production data, validating the impact to identify the responsible code path.

Can I use Sentry breadcrumbs and tags to establish the scope of a production incident?

Yes, you can use Sentry breadcrumbs and tags to establish incident scope by extracting error types, messages, and stack traces, which are then contextualized with related Datadog telemetry to verify production impact.

Does Sentry error triage work with Datadog telemetry for root-cause analysis?

Sentry error triage works with Datadog telemetry by aggregating Sentry stack traces, tags, and breadcrumbs, then combining them with Datadog telemetry to validate impact and produce a structured root-cause assessment.

How do I get actionable remediation steps after identifying a Sentry issue?

To get actionable remediation steps after identifying a Sentry issue, the system contextualizes the error with Datadog telemetry, deployment history, and production database data to output a structured root-cause assessment with recommended fixes and validation checks.

When do I need to cross-reference Sentry data with production database and deploy history?

You need to cross-reference Sentry data with production database and deploy history when verifying the impact of an error, identifying the responsible code path, and ensuring your root-cause assessment is accurate for a production engineering workflow.