skills/instrument-error-tracking/SKILL.md
Add PostHog error tracking to capture and monitor exceptions. Use after implementing features or reviewing PRs to ensure errors are tracked with stack traces and source maps. Also handles initial PostHog SDK setup if not yet installed.
npx skillsauth add posthog/ai-plugin instrument-error-trackingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to add PostHog error tracking that captures and monitors exceptions in your application. Use it after implementing features or reviewing PRs to ensure errors are tracked with full stack traces and source maps. If PostHog is not yet installed, this skill also covers initial SDK setup. Supports any platform or language.
Supported platforms: React, Next.js, Web (JavaScript), Node.js, Python, PHP, Ruby, Ruby on Rails, Go, Elixir, Angular, Svelte, Nuxt, React Native, Flutter, iOS, Android, and Hono.
Follow these steps IN ORDER:
Look for lockfiles (pnpm-lock.yaml, package-lock.json, yarn.lock, bun.lockb, go.sum, pubspec.lock, Podfile.lock, Package.resolved, mix.lock) to determine the package manager.
STEP 2: Research instrumentation. (Skip if PostHog is already set up.) 2.1. Find the reference file below that matches the detected platform — it is the source of truth for SDK initialization, exception autocapture, and framework-specific error tracking patterns. Read it now. 2.2. If no reference matches, fall back to your general knowledge and web search. Use posthog.com/docs as the primary search source.
STEP 3: Install and initialize the PostHog SDK. (Skip if PostHog is already set up.)
STEP 4: Enable exception autocapture.
STEP 5: Add manual error captures.
posthog.captureException() or the platform-equivalent at these locations.STEP 6: Upload source maps (frontend/mobile only).
STEP 7: Set up environment variables.
.env, .env.local, or framework-specific env files). If valid values already exist, skip this step.projects-get tool to retrieve the project's api_token. If multiple projects are returned, ask the user which project to use. If the MCP server is not connected or not authenticated, ask the user for their PostHog project API key instead.https://us.i.posthog.com for US Cloud or https://eu.i.posthog.com for EU Cloud.STEP 8: Verify and clean up.
references/react.md - React error tracking installation - docsreferences/web.md - Web error tracking installation - docsreferences/nextjs.md - Next.js error tracking installation - docsreferences/node.md - Node.js error tracking installation - docsreferences/python.md - Python error tracking installation - docsreferences/django.md - Django - docsreferences/flask.md - Flask - docsreferences/php.md - Php error tracking installation - docsreferences/laravel.md - Laravel - docsreferences/ruby.md - Ruby error tracking installation - docsreferences/ruby-on-rails.md - Ruby on rails error tracking installation - docsreferences/ruby-on-rails.md - Ruby on rails - docsreferences/go.md - Go error tracking installation - docsreferences/dotnet.md - .net error tracking installation - docsreferences/dotnet.md - .net - docsreferences/elixir.md - Elixir error tracking installation - docsreferences/angular.md - Angular error tracking installation - docsreferences/svelte.md - Sveltekit error tracking installation - docsreferences/nuxt-3-7.md - Nuxt error tracking installation (v3.7 and above) - docsreferences/nuxt-3-6.md - Nuxt error tracking installation (v3.6 and below) - docsreferences/react-native.md - React native error tracking installation - docsreferences/flutter.md - Flutter error tracking installation - docsreferences/ios.md - Ios error tracking installation - docsreferences/android.md - Android error tracking installation - docsreferences/hono.md - Hono error tracking installation - docsreferences/fingerprints.md - Fingerprints - docsreferences/alerts.md - Send error tracking alerts - docsreferences/monitoring.md - Monitor and search issues - docsreferences/assigning-issues.md - Assign issues to teammates - docsreferences/upload-source-maps.md - Upload source maps - docsEach platform reference contains SDK-specific installation and manual capture patterns. Find the one matching the user's stack.
captureException() at error boundaries and catch blocks for errors that don't propagate to the global handler.testing
Focused Signals scout for PostHog projects running surveys. Watches active surveys for score regressions (NPS / CSAT / rating drops), response-volume drops, abandonment spikes, and targeting drift, AND aggregates open-text responses into recurring themes the team should know about (clusters of complaints, praise, feature requests). Emits findings only when a theme or anomaly clears the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills. Picked uniformly at random by the coordinator alongside `signals-scout-general` and other specialists.
development
Focused Signals scout for PostHog projects using revenue analytics. Watches the derived revenue product for upstream failures (Stripe sync stalls, capture regressions), config drift (missing subscription property, currency mix surprises, broken Stripe↔person joins, deferred-revenue gaps), and goal-miss escalations. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills. Picked uniformly at random by the coordinator alongside `signals-scout-general` and other specialists.
testing
Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings recommending new insights, dashboard additions, or alerts when gaps clear the confidence bar. Self-contained peer in the signals-scout-* fleet — picked uniformly at random by the coordinator alongside `signals-scout-general` and other specialists.
testing
Focused Signals scout for PostHog projects using logs. Watches for volume bursts, severity-distribution shifts, service silence, fresh message patterns, and trace-correlated bursts via the logs ingestion pipeline. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependencies on other skills. Picked uniformly at random by the coordinator alongside `signals-scout-general` and other specialists.