debugging-analytics-tracking

Diagnose silent analytics tracking failures involving sendBeacon and schema mismatches.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/hubeiqiao/skills --skill debugging-analytics-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-analytics-tracking
Source: https://github.com/hubeiqiao/skills/tree/main/debugging-analytics-tracking
Command: npx skills add https://github.com/hubeiqiao/skills --skill debugging-analytics-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps diagnose and fix analytics tracking issues where events fire in the console but data doesn't appear in dashboards, or requests fail silently.

Core Features & Use Cases

  • sendBeacon Debugging: Identifies and resolves issues with sendBeacon requests that are not visible in the Network tab.
  • Schema Mismatch Diagnosis: Detects and corrects errors caused by mismatches between the API's data schema and the database schema.
  • Silent Failure Resolution: Uncovers and fixes silently failing API calls or database inserts.
  • Use Case: You see analytics events logged in your browser's console, but the corresponding data is missing from your analytics dashboard. This Skill guides you through checking network requests, server logs, and database schemas to pinpoint and fix the problem.

Quick Start

Use the debugging-analytics-tracking skill to investigate why analytics events are not appearing in the dashboard.

Frequently Asked Questions about debugging-analytics-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why are my analytics events logged in the console but missing from the dashboard?

Analytics events can log locally but fail to reach backend systems due to silent sendBeacon request failures, API errors, or database insert issues. This Skill helps diagnose these silent tracking failures by verifying network requests and server logs.

How do I debug sendBeacon requests that are not visible in the Network tab?

Debugging invisible sendBeacon requests involves verifying the sendBeacon implementation and checking for silent server-side errors. This Skill guides you through identifying why these analytics tracking requests fail without showing standard network traces.

What causes silent analytics tracking failures during database inserts?

Silent analytics tracking failures during database inserts are often caused by schema mismatches between the API and the database. This Skill diagnoses these discrepancies against database migrations to uncover and resolve silently failing API calls.

How do I diagnose API schema mismatches affecting analytics data recording?

Diagnosing API schema mismatches requires comparing the API's data schema against database migrations to detect errors preventing event recording. This Skill identifies and corrects these mismatches to resolve silent server-side analytics failures.

Can I use this Skill to uncover silently failing API calls for event tracking?

Yes, you can use this Skill to uncover silently failing API calls or database inserts. It investigates analytics tracking systems by verifying sendBeacon implementation and diagnosing schema mismatches to pinpoint why events are not recorded.