Events Timeline

+
UniversalWorks with Expo & React Native CLI

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.

Unified Event Timeline

Unified Event Timeline

See all app events in one place—network requests, storage changes, navigation, and renders. Filter by type and export for debugging.

Installation

npm install @buoy-gg/events

Events Timeline automatically captures from all installed BUOY tools. No additional setup required.


Event Sources

Auto-detection — If you have the tool installed, its events automatically appear in the timeline.


What You Can Do


LLM Export

Copy your event timeline in formats optimized for AI assistants. Reproduce a bug, export, and paste into Claude or ChatGPT with your question.

Presets:

  • LLM — Markdown with smart formatting, strips noise
  • Bug Report — Includes timestamps and error details
  • JSON — Machine-readable for integrations
  • Errors Only — Just the failures

Smart formatting — Automatically parses nested JSON, shows only changed Redux state, and removes verbose fields like image URLs.


Correlation

Related events are linked together. React Query fetch start → success events show as "1/2" badges so you can trace the full lifecycle.


What's Next