Troubleshooting
The dashboard still says "waiting for your first event"
Events flush at 20 queued or 30 seconds by default, so a single tracked event in a debug run may still be on disk. Call
await stats.flush() to force it.Events arrive but numbers look low
Debug-build events are excluded from the dashboard by default. Use the include-debug link — it is a URL parameter, so the view stays shareable.
The key the dashboard printed doesn't work
Write keys begin
sk_stats_ and are shown exactly once, in the response that minted them. If it was lost, mint another — minting revokes nothing.Install counts jumped overnight
Check whether
installIdSalt changed in a release. A new salt re-identifies every install as new.An event series stops and a new one appears
Usually a renamed event. The dashboard flags likely renames rather than quietly splitting the series, but the two names remain distinct in the data.