Error Tracking · Error…
Feature Flags · Feature…
Omnibus
200 chapters · 643 min
All
Chapter 158 of 200
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.
3 minutes · 689 words · 4 sections
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, Ruby, Ruby on Rails, Go, Angular, Svelte, Nuxt, React Native, Flutter, Android, and Hono.
Follow these steps IN ORDER:
STEP 1: Analyze the codebase and detect the platform.
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.
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/ruby.md - Ruby error tracking installation - docsreferences/ruby-on-rails.md - Ruby on rails error tracking installation - docsreferences/go.md - Go error tracking installation - docsreferences/angular.md - Angular error tracking installation - docsreferences/svelte.md - Sveltekit error tracking installation - docsreferences/nuxt.md - Nuxt error tracking installation (v3.7 and above) - docsreferences/react-native.md - React native error tracking installation - docsreferences/flutter.md - Flutter 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.Install this repository
npx skills add PostHog/skills/plugin marketplace add PostHog/skillsSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 10 August 2026.SKILL.md, not by matching a directory convention. 5 distinct layouts observed: skills/omnibus/*/SKILL.md, skills/posthog/all/skills/*/SKILL.md, skills/posthog/error-tracking/skills/*/SKILL.md, skills/posthog/feature-flags/skills/*/SKILL.md, skills/posthog/integration/skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by PostHog, declaring 5 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./PostHog/skills.md, and each chapter at its own .md URL.20 files · 108 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of chapter 158.
Documentation the agent loads on demand, rather than up front.