Replies: 1 comment
-
Yes, that would be great! I don't know anything about how intermediate event processors work though. Do you know of a good resource to get up to speed on that? The current tracing functions run on the listener side because they're meant to be used as React hooks, but in this case we'd want it to run on the notifying side. That would be very easy to add, just need to know what format it would need to be in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's quite nice to see diagnostic info in a debugger like Flipper. For MST, this is basically any state transition. Most of the tracing here now is "locked" to output I think? Might be better to have some intermediate event processor that could be hooked up to Reactotron/Flipper/etc?
Beta Was this translation helpful? Give feedback.
All reactions