Sentry Debug Bundle

🌐Community
by jeremylongshore · vlatest · Repository

Automatically gathers diagnostic data from failing tests to create a debug bundle for faster root cause analysis.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add sentry-debug-bundle npx -- -y @trustedskills/sentry-debug-bundle
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "sentry-debug-bundle": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sentry-debug-bundle"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The sentry-debug-bundle skill allows AI agents to interact with Sentry, a popular error tracking and performance monitoring platform. It enables the agent to retrieve detailed information about errors, including stack traces, context data, and user details. This facilitates debugging and root cause analysis of software issues directly within the AI agent's workflow.

When to use it

  • Debugging Production Errors: When an application reports a new error in Sentry, use this skill to get detailed information about the issue without manually navigating the Sentry UI.
  • Analyzing Performance Bottlenecks: Investigate slow transactions or performance regressions flagged by Sentry using the skill's data retrieval capabilities.
  • Understanding User Impact: Quickly identify affected users and their actions leading up to an error, aiding in prioritization and communication.
  • Automated Incident Response: Integrate with incident response systems to automatically gather context from Sentry when a critical error occurs.

Key capabilities

  • Retrieve error details (stack traces, breadcrumbs)
  • Fetch user information associated with errors
  • Access contextual data attached to events
  • Query Sentry for specific issues based on criteria (e.g., severity, timestamp)

Example prompts

  • "Show me the stack trace for the latest error with a 'DatabaseConnectionError'."
  • "What users were affected by the recent crash related to feature X?"
  • "Give me details about the top 5 most frequent errors in the last 24 hours."

Tips & gotchas

  • Requires appropriate Sentry API keys and project configuration for authentication. Ensure the agent has read access to the relevant Sentry projects.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
6

🌐 Community

Passed automated security scans.