monitoring-setup

Installation
SKILL.md

Monitoring Setup

Sets up production monitoring so you know when things break before your users tell you.

How It Works

  1. Detect what monitoring already exists
  2. Set up error tracking (Sentry recommended)
  3. Set up product analytics (PostHog recommended)
  4. Configure health checks and uptime monitoring
  5. Verify everything works

Step-by-Step Procedure

Step 1: Detect Current Monitoring

# Check for error tracking
grep -rn "@sentry/\|sentry-sdk\|SENTRY_DSN" package.json requirements.txt --include="*.env*" . 2>/dev/null | head -5
Installs
3
GitHub Stars
4
First Seen
May 3, 2026
Security Audits
monitoring-setup — the-utopia-studio/skills