Replies: 1 comment
-
Having theses could help in case of crash if you use something like |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it time to improve TCA debuggability? In a moderately complex app, it can be hard with only a crash log to know why something has failed in production(#1095) in TCA guts.
One approach could be having hooks in TCA that will allow us to observe, trace and collect more data(and maybe fix some bugs along the way).
The hooks that can help us could be:
Most of these hooks could be set on the Store and passed to VIewStore if needed.
What do you think about that? Would someone be interested in having these kinds of tools? What hooks are missing?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions