You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a similar problem. Logging at the very beginning of the application startup does not work with regular consol.log, with logging via Reactotron.log it works. Similarly, the first API requests are not captured. This behavior is very confusing if you want to analyze the start of the application. Can we somehow preinitialize reactotron and wait with the application until it starts?
console.log
capturing starts not immediatelly when no problems withReactotron.log
In the next example
console log 1
will not be printed in the Reactotron app when no problems withreactotron log 1
.Repro here if need: https://github.com/Bardiamist/diff/tree/reactotron
Previously I used:
Now it leads to double logs. Maybe you need to implement some override like this.
The text was updated successfully, but these errors were encountered: