Loading...
Loading...
Monitor application errors, performance, and issues on Sentry
npx skill4agent add andrejones92/canifi-life-os sentrycurl -sSL https://canifi.com/skills/sentry/install.sh | bashcp -r skills/sentry ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set SENTRY_EMAIL "your-email@example.com"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "What errors are happening in production?"
Claude: I'll check your Sentry dashboard.
- Opens sentry.io via Playwright MCP
- Logs into account
- my-app Issues (last 24h):
- TypeError: Cannot read 'id': 234 events, 45 users
- NetworkError: fetch failed: 89 events, 23 users
- ReferenceError: undefined: 12 events, 5 users
- Total: 335 events
- Error rate: 0.3%
- Most affected: /api/users endpointUser: "How's my app performance?"
Claude: I'll check Performance.
- Views Performance section
- Web Vitals:
- LCP: 1.8s (Good)
- FID: 45ms (Good)
- CLS: 0.05 (Good)
- Slowest transactions:
- /api/reports: 2.3s avg
- /api/search: 1.8s avg
- Throughput: 45k req/hr
- Apdex: 0.94User: "How's the latest release doing?"
Claude: I'll check release health.
- Views Releases section
- v2.4.0 (deployed 6h ago):
- Crash-free rate: 99.2%
- Sessions: 12,456
- Users affected: 98
- New issues: 3
- Compared to v2.3.9:
- Errors: +2% (slight regression)
- Performance: -5% (improved)