debugging-analytics-tracking
Installation
SKILL.md
Debugging Analytics Tracking
Problem
Analytics tracking appears to work (console logs fire) but data never appears in the dashboard. The tracking code silently swallows errors, making it hard to find the actual issue.
Context / Trigger Conditions
- Console shows tracking events firing (e.g.,
[Landing Event] cta_click {...}) - But NO network request visible in DevTools Network tab
- Or API returns generic error like
{"error": "Failed to record event"} - Data doesn't appear in admin dashboard
- No obvious errors in browser console