This tool works with both Expo and React Native CLI projects. Just install and go.
See every event across all your dev tools in one chronological timeline. Debug complex user flows by watching network requests, storage changes, Redux actions, and React Query events happen in real-time.
Below is the real tool, running here in your browser on a mock session: a checkout streams in across six tools, POST /v2/orders comes back 402, the row opens the Network tool's own page, and the run becomes something you can paste into an AI.
Not a video — this is the shipped tool on mock data. Storage writes, Redux actions, queries, requests and navigation land on one axis, in true order.
npm install @buoy-gg/eventsEvents Timeline automatically captures from all installed BUOY tools. No additional setup required.
Auto-detection — If you have the tool installed, its events automatically appear in the timeline.
Tap the magnifying glass in the header to filter the timeline as you type. Matches an event's title, its subtitle (status, duration, host, key), and the full URL of network events — so you can search a host, an action type, a storage key, or a query string value.
Search stacks with the source badges — filter to Network, then search for the failing endpoint.
Copy your event timeline in formats optimized for AI assistants. Reproduce a bug, export, and paste into Claude or ChatGPT with your question.
Presets:
The export follows what's on screen: filter to a source or search the timeline first and you copy that slice, not the whole session.
Smart formatting — Automatically parses nested JSON, shows only changed Redux state, and removes verbose fields like image URLs.
Related events are linked together. React Query fetch start → success events show as "1/2" badges so you can trace the full lifecycle.
Open the Events timeline — the interleaved history of requests, state changes, storage writes, and navigation leading up to the bug is right there, exportable as structured text.
The timeline exports in a compact structured format designed to paste into an AI assistant — so the model sees exactly what the app did, in order, with timestamps.