feat: when the user's bot code crashes, we should display the crash log on the UI to let the user debug it
Closed this issue · 1 comments
yurijmikhalevich commented
Currently, if the user's bot code crashes, the user won't see why or where on the UI.
We should:
- capture the crash log
- send it back to the UI with the bot state
yurijmikhalevich commented
Dupe of #66