Identifies and corrects common Sentry implementation mistakes to ensure reliable error tracking and observability.
The Sentry Pitfall Auditor is a specialized skill designed to audit and optimize Sentry SDK configurations within your codebase. It systematically checks for critical anti-patterns such as hardcoded DSNs, improper initialization sequences, and incorrect error capturing methods. By validating your setup against Sentry best practices, this skill helps developers eliminate alert fatigue, ensure accurate source mapping, and maintain a production-grade monitoring environment with minimal manual effort.
주요 기능
01Source map URL prefix configuration check
02DSN environment variable security audit
03SDK initialization sequence validation
040 GitHub stars
05Transaction and lifecycle hook auditing
06Framework-specific package verification
사용 사례
01Auditing Sentry configurations before a major production release
02Troubleshooting missing error reports or incorrect data in the Sentry dashboard
03Refactoring legacy error handling to meet modern Sentry best practices