Raxx · internal docs

internal · gated

DET-OPS-001 — Sentry error rate spike

Rule ID: DET-OPS-001 Title: Sentry events-per-minute per route exceeding 3σ above 7-day baseline Category: ops Last validated: 2026-06-04 (initial catalog, dormant) State: dormant — requires sentry_backend flag ON in prod and SENTRY_DSN_BACKEND set per app per project_apm_vendor_sentry

Telemetry source

Statistical method + baseline window

Threshold + expected FP rate

Alert route

Escalation owner

Test fixture / synthetic positive

See _fixtures/sentry_error_rate_spike_positive.json for a synthetic Sentry-API-shaped response showing 32 events/min on /api/auth/login/verify against a baseline of μ=2.1, σ=0.8.

What to do when this fires

  1. Pull the top error message + stack-trace cluster for the route in the fire window. One root cause or many?
  2. Correlate with the most recent deploy SHA. If the fire-window starts within 5 minutes of a deploy: likely a regression. Dispatch sre-agent for rollback evaluation.
  3. If no recent deploy: check upstream-dependency status (Heroku Postgres, Cloudflare, broker API).
  4. For auth-route fires: cross-reference DET-AUTH-001 / DET-AUTH-002 / DET-AUTH-003 — if any are also firing, escalate to security-agent.

What NOT to do