FabienArcellier / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://streamsync.cloud
Apache License 2.0
0 stars 1 forks source link

capture and display unexpected error in logging console #47

Open FabienArcellier opened 5 months ago

FabienArcellier commented 5 months ago

When developing on streamsync code, some errors are hidden during development and make it difficult to find where an error is triggered.

The goal is to add all unhandled exceptions to the terminal before resending the message.

(I don't find how to reproduce that now)