-
Notifications
You must be signed in to change notification settings - Fork 0
Timeline View
Ahmed edited this page Mar 16, 2026
·
2 revisions
The Timeline View is your primary debugging dashboard for discovering how an individual entity reached its current state.
- Enter any known
aggregate_idinto the search bar. - EventLens queries the
eventlens_eventsview to gather and sort every event in that stream bysequence_number. - You can step through events one by one, inspecting the raw
payloadandmetadataJSON for state changes. - Paired with Replay and Reducers, the Timeline View allows you to see the exact resulting Aggregate state following each event in the ledger. This helps uncover the exact sequence of events that derived a corrupted state.