| name | sentry-monitoring |
| description | Sentry error tracking and performance monitoring for real-time visibility into application errors, performance issues, and release health |
| version | 1.0.0 |
| model | sonnet |
| invoked_by | both |
| user_invocable | true |
| tools | ["Bash","Read","WebFetch"] |
| best_practices | ["Never expose auth tokens in output","Require confirmation for destructive operations","Use environment variables for credentials"] |
| error_handling | graceful |
| streaming | supported |
| verified | false |
| lastVerifiedAt | "2026-02-19T05:29:09.098Z" |
| source | builtin |
| trust_score | 100 |
| provenance_sha | 455efd72ef728c4f |
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context.
Sentry Monitoring Skill
Overview
Provides 90%+ context savings vs raw Sentry API calls. Progressive disclosure by feature category: error tracking, performance monitoring, release management, and project configuration.
Requirements
- Sentry account with project configured
SENTRY_AUTH_TOKEN environment variable (optional, for authenticated API calls)
SENTRY_ORG environment variable (optional, defaults to first organization)
SENTRY_PROJECT environment variable (optional, defaults to first project)
Tools (Progressive Disclosure)
Error Tracking
| Tool | Description | Confirmation |
|---|
| list-issues | List recent issues/errors | No |
| issue-details | Get detailed issue info | No |
| resolve-issue | Mark issue as resolved | Yes |
| ignore-issue | Ignore/snooze issue | Yes |
Performance Monitoring
| Tool | Description | Confirmation |
|---|
| list-transactions | List performance transactions | No |
| transaction-summary | Get transaction performance stats | No |
| slow-queries | Identify slow database queries | No |
Release Management
| Tool | Description | Confirmation |
|---|
| list-releases | List releases | No |
| create-release | Create new release | Yes |
| set-commits | Associate commits with release | Yes |
Project Configuration
| Tool | Description | Confirmation |
|---|
| list-projects | List Sentry projects |