infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.95k stars 946 forks source link

Deferred timeline #939

Open gillpeacegood opened 5 years ago

gillpeacegood commented 5 years ago

I'm thinking about writing a plugin that can read timeline events from a file and send them on to reactotron. So that I can save my timeline information if the app is not connected, and later forward them to reactotron.

With this in mind

Is it possible for plugins to receive all the timeline information that reactotron itself would receive?

rmevans9 commented 5 years ago

You would need to track the outgoing commands on the client side which currently there is no way to do this. It probably wouldn't be hard to implement a way for plugins to be able to do that though.