Sentry Monitoring
Continuously monitors system logs & metrics, proactively alerting DevOps to critical issues and anomalies in real-time.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sentry-monitoring npx -- -y @trustedskills/sentry-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sentry-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sentry-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Sentry Monitoring skill allows AI agents to interact with your Sentry account for error tracking, performance monitoring, release management, and project configuration. It provides a more efficient way to access Sentry data compared to direct API calls by providing pre-built tools and progressive disclosure of features. This skill requires an active Sentry account and optionally uses environment variables (SENTRY_AUTH_TOKEN, SENTRY_ORG, SENTRY_PROJECT) for authentication and project selection.
When to use it
- Troubleshooting application errors: Quickly identify and investigate recent issues or errors reported by Sentry.
- Monitoring performance bottlenecks: Analyze transaction performance, slow queries, and other metrics to optimize your application's speed.
- Managing software releases: List existing releases, create new ones, and associate commits with specific release versions.
- Reviewing project configuration: View project settings and alert rules within your Sentry account.
Key capabilities
- Error Tracking: Listing recent issues, retrieving detailed issue information, resolving issues, and ignoring/snoozing issues.
- Performance Monitoring: Listing performance transactions, getting transaction summaries, and identifying slow database queries.
- Release Management: Listing releases, creating new releases, and associating commits with releases.
- Project Configuration: Listing projects, viewing project settings, and listing alert rules.
- Progressive disclosure of features for efficient context management.
Example prompts
- "List the most recent unresolved issues in Sentry."
- "Get detailed information about issue number 12345 from Sentry."
- "Create a new release called 'v1.2.3' and associate commits with it."
Tips & gotchas
- Sentry Account Required: You need an active Sentry account to use this skill.
- Environment Variables: While optional, setting
SENTRY_AUTH_TOKEN,SENTRY_ORG, andSENTRY_PROJECTenvironment variables simplifies interaction with your specific Sentry configuration. - Confirmation Needed: Some actions (like resolving or ignoring issues, creating releases, and associating commits) require confirmation from the agent.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.