Error Tracking

Use when designing or extending an application exception-reporting pipeline: error boundary placement, tracker SDK wrappers, sanitized reporting calls, environment gating, user context without PII leaks, breadcrumbs, and verification that each layer reports correctly. Covers component, route, global, and manual capture surfaces plus central `reportError`/`reportMessage` patterns. Do NOT use for the visual error UX shown to users (use `a11y` and interaction skills), chasing one captured error (use `debugging`), or broad privacy and retention policy (use `owasp-security`).

jacob-balslev Updated

File contents

jacob-balslev/skills/tree/main/skills/quality-assurance/error-tracking commit 0a2d2ba8d5

Frequently asked questions

npx skillmds@latest add jacob-balslev/error-tracking-2