docs: add analytics validation runbook
Build and Deploy / build-and-push (push) Successful in 1m6s

This commit is contained in:
funman300
2026-06-08 19:09:22 -07:00
parent b3c4d08dfc
commit 159774f811
4 changed files with 73 additions and 10 deletions
+3 -8
View File
@@ -119,14 +119,9 @@ touch events, so physical-device smoke testing is the only gate.
`Settings` has `analytics_enabled`, `matomo_url`, and `matomo_site_id`; the engine
consumes them via `AnalyticsPlugin` on non-wasm targets. Remaining work is live
validation against the deployed Matomo instance:
- Configure `matomo_url` and opt in through Settings.
- Play a short session that starts a game, wins or forfeits, and unlocks or
verifies an achievement event path if practical.
- Confirm Matomo receives `Game / Start`, `Game / Won` or `Game / Forfeit`, and
any achievement events.
- Decide whether the web/WASM route should eventually use browser-side tracking,
since the native `AnalyticsPlugin` is intentionally gated out on wasm32.
validation against the deployed Matomo instance. Use
`docs/analytics-validation.md` for the native validation checklist and the
current web/WASM decision notes.
---