reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

Persisting the timeline

Open joeyfigaro opened this issue 4 years ago • 1 comments

I'm currently debugging a fatal crash in an expo app, and it looks like Reactotron is set to automatically clear the timeline when an app disconnects or reloads. Is there any current way to tell Reactotron to persist the timeline?

joeyfigaro avatar May 13 '20 17:05 joeyfigaro

You can clear the timeline logs, but it can keep the timeline. To keep the timeline, you shouldn't execute the function clear of Reactotron. See your file of setup, if you see Reactotron.clear(), remove it.

developerantoniosousa avatar Jun 16 '20 03:06 developerantoniosousa