cyberneticlibrary

Avoid Sentry configuration pitfalls

sentry-known-pitfallsskillsetup L1381
majiayu000/claude-skill-registry
What it does

Diagnose and resolve Sentry error tracking issues

Best for

Quick diagnosis of Sentry setup failures and error categorization issues.

Inputs
  • · Error event
  • · Sentry configuration
  • · Stack trace
  • · Release mapping
Outputs
  • · Root cause analysis
  • · Fix recommendation
  • · Monitoring setup
Requires
  • · Sentry SDK (JavaScript/Python/etc)
  • · Sentry dashboard
Preconditions
  • · Sentry project configured
  • · SDK initialized
  • · Error reproducible
Failure modes
  • · Sensitive data leaked in events
  • · Source maps missing
  • · Rate limiting triggered
  • · Release not tagged
Trust signals
  • · Sentry official docs
  • · Common pitfall patterns