Features of the @buoy-gg/events tool
mainThe @buoy-gg/events tool provides a unified chronological timeline of your application's activity. Key features include:
- Unified Timeline: Interleaved chronological view of network requests, AsyncStorage/MMKV writes, Redux actions, React Query queries/mutations, Zustand, Jotai, and navigation events.
- Auto-detection: Automatically captures events from any other Buoy tool installed in the project.
- Correlation Badges: Links related events (e.g., a React Query fetch start and success) with badges like "1/2" to trace lifecycles.
- LLM Export Presets: Export the timeline as Markdown (optimized for AI agents), Bug Reports (with timestamps/errors), machine-readable JSON, or Errors Only.
- Smart Formatting: Parses nested JSON, strips verbose fields, and shows only changed state for Redux events.
- Filter and Search: Use source badges to narrow the timeline and a header search to filter by titles, subtitles, or full network URLs.
useUnifiedEventshook: Allows you to consume the merged event stream directly within your own React components.