TypeScript Sentry When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Adding error monitoring to a project | Setting up logging (use a logger library) | | Instrumenting performance spans | Monitoring infrastructure metrics (use Prometheus/Grafana) | | Setting up cron job monitoring | Setting up uptime monitoring (use Pingdom/UptimeRobot) | | Configuring source maps for Sentry | Debugging errors locally (use debugger) | | Adding structured logging to Sentry | Configuring project-level Sentry compliance (us…