From aj-geddes-useful-ai-prompts-4
Set up Sentry error tracking for automatic exception monitoring, release tracking, and performance issues in production.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:error-trackingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability.
Minimal working example:
npm install -g @sentry/cli
npm install @sentry/node @sentry/tracing
sentry init -d
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Sentry Setup | Sentry Setup, Node.js Sentry Integration |
| Express Middleware Integration | Express Middleware Integration |
| Python Sentry Integration | Python Sentry Integration |
| Source Maps and Release Management | Source Maps and Release Management, CI/CD Release Creation |
| Custom Error Context | Custom Error Context |
| Performance Monitoring | Performance Monitoring |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Implements Sentry error capture and enrichment with exceptions, messages, context, breadcrumbs, and fingerprints for Node.js and Python apps.
Implements comprehensive error monitoring solutions including alert configuration, structured logging, error grouping, and real-time dashboards. Useful for setting up or improving error tracking in production.
Implements error tracking and monitoring solutions including alert configuration, structured logging, error grouping, and dashboard setup for production observability.