skills/error-tracking/SKILL.md
Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Use when setting up error monitoring, tracking bugs in production, or analyzing application stability.
npx skillsauth add aj-geddes/useful-ai-prompts error-trackingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 |
development
Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.
development
Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.
tools
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.
development
Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.