|
|
|
|
|
by IntelliAvatar
162 days ago
|
|
This makes a lot of sense. Recording execution + replay is exactly what’s missing once you move past simple logging. One thing I’ve found tricky in similar setups is making sure the trace is captured before side-effects happen, otherwise replay can lie to you. If you get that boundary right, the prod → replay → fix → verify loop becomes much more reliable. Really like the direction. |
|