Like if our rust is crashing (panic), do we have a good way for users to report it? Do we collect enough data so users can report? The idea here is that users can collect data easily from a crash, and devs for webui framework can analyze that crash easily.
- Figure out of the version is emitted from cli or from panic
- Add docs to report bugs , .bin file needed for more analysis if they can, do we need to anonymize when they share bug report?
Like if our rust is crashing (panic), do we have a good way for users to report it? Do we collect enough data so users can report? The idea here is that users can collect data easily from a crash, and devs for webui framework can analyze that crash easily.