OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add get-convex/agent-skills --skill convex-sentinel
Set up Sentinel production error capture in your own Convex deployment.
npx skills add get-convex/agent-skills --skill convex-sentinel
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.