# V2 Crash Analytics Dashboard

`@v2/crash-analytics-dashboard` builds the Phase 72.5.2.8 crash analytics
surface for crash rate by version, platform, hardware, and top crash stacks.

The package anchors to `@tara/monitoring` error-event vocabulary and aggregates
V2 session and crash telemetry into operator-ready reliability rows. It applies
the `v2-crash-analytics-dashboard-v1` policy, exposes hashed-account aggregates,
and never exposes raw stack traces.

Targeted verification:

```bash
pnpm --filter @v2/crash-analytics-dashboard run typecheck
pnpm --filter @v2/crash-analytics-dashboard run test
python V2/ue/Tools/check-v2-crash-analytics-dashboard.py
```
