grafana / k6-studio

Desktop application for Mac and Windows (Linux coming soon) designed to help you generate k6 test scripts
GNU Affero General Public License v3.0
140 stars 1 forks source link

Implement crash reporter #349

Open cristianoventura opened 2 weeks ago

cristianoventura commented 2 weeks ago

We need a more robust mechanism in addition to error logs to analyze crashes in the application as the user base increases.

Electron provides a native crash reporter API that we can use.