-
Notifications
You must be signed in to change notification settings - Fork 27
React Native yellow box warnings #7
Comments
Not currently. I had decided to remove that in 1.0 because it was excessively noisy and there didn't seem to be a way to explicitly target those warnings. They just show up as errors. Internally facebook detects these by looking at the first few letters of the error message and seeing if it says I guess we could do the same to forward them over? Hmm, might be able to make this work via a reactotron plugin, now that i think of it... lemme play around a bit. Thanks for the feature requst. |
Any news on this? |
I would like to have this...! I'm only using reactotron and are missing all of the yellow warnings :-( Why not add them to reactotron with a filter? |
Transferring this issue over to the |
Would definitely love this as well. |
any news? |
without yellow box warnings, there is no way to see the sequence of your console messages and where the yellow box error fires. React native is notoriously bad at actually showing you where in your code you are having an issue. I use realm.io and thus cannot do real debugging. I count on reactotron and really need the integration of the yellow boxes. |
I would like to replace react-native's "Debug JS Remotely" option (Chrome dev tools) entirely with Reactotron. However it seems as though reactotron's
trackGlobalErrors
plugin only emits console errors and ignores console warnings, which are always logged to Chrome dev tools.Is there an option to enable these warnings in addition to errors? Thanks!
The text was updated successfully, but these errors were encountered: