wonderunit / storyboarder

✏️ Storyboarder makes it easy to visualize a story as fast you can draw stick figures.
https://wonderunit.com/storyboarder
3.19k stars 298 forks source link

shot generator: error reporting to a log file #1562

Open audionerd opened 5 years ago

audionerd commented 5 years ago

need a system to consistently report errors to end users

could log everything to a log file for easier troubleshooting with users

https://github.com/megahertz/electron-log

could set it up to log uncaught errors log.catchErrors(options = {});

also, for catching more errors we should look at react error boundaries: https://www.reactjs.org/docs/error-boundaries.htm

audionerd commented 5 years ago

Added logging to a few of the most critical files. Will add more as time allows.