1. The three tools
2. Walkthrough
1
Walk each journey
Complete a login, a sign-up, a recovery and an enrollment, whichever exist in your product.
2
Confirm the events
With debug mode or the Observe Debugger extension open, check that each journey produces exactly one flow start, one decision per presented screen, the expected steps and a finish event. Duplicates from re-renders and a missing finish before a redirect are the two most common defects. Compare against the journey catalog.
3
Check one journey in the console
Find a test journey via user search and confirm the flow, subflows and decisions look the way you expect.
4
Check a failure
Cancel a passkey dialog and confirm it appears as an incomplete journey rather than disappearing. Silent failures produce no backend request at all, so this is the case worth checking explicitly.
3. When data appears
Data appears in stages. Raw events are visible in the console’s events view right after ingestion. Flows, decisions and subflows appear after the next classification run, which happens about a minute later. Funnels and charts refresh with the next pre-calculation run, a few minutes after that. If a journey is missing from a chart but present in the events view, wait before debugging.4. Common issues
5. Next steps
Corbado Observe Debugger
Live event inspection in Chrome DevTools.
Tracking reference
What the event names and fields mean.