Setting the chapter. One moment.
Skills
Chapter 29 of 33
Set up Sentinel production error capture in your own Convex deployment.
1 minute · 190 words · 3 sections
Install @convex-dev/sentinel to capture production errors (server function failures, client JS/React crashes, OCC and scale signals) into a table in the user’s OWN deployment, redacted at write time, then react to new ones. Data never leaves the user’s deployment.
app.use(sentinel) in convex/convex.config.ts.window.onerror/unhandledrejection and breadcrumbs.convex data, run-once-query); react to new ones via the monitor’s prod_error event.triage classifies each error and, for recurring non-transient ones, hands it to ai-runner to open a fix PR.Install this repository
npx skills add get-convex/agent-skillsSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
main, last pushed 4 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:/get-convex/agent-skills.md, and each chapter at its own .md URL.