leaphy-robotics / leaphy-webbased-svelte

Leaphy Easybloqs is software to program Leaphy Robots and Arduino microcontrollers using a block-based programming language.
https://leaphyeasybloqs.com
1 stars 2 forks source link

Implement Sentry.io #22

Closed rmoesbergen closed 6 months ago

rmoesbergen commented 7 months ago

To have better insights into crashes / exceptions / errors we could use Sentry.io: a tool that can automatically gather error reports and global exceptions, and send them to their analyzer application. This gives great insight into errors and how they were encountered. They have a payed SaaS product, but also a self-hosted version. Let's do a bit of research if this is usable for us, both on the client-side for error-reporting and user feedback, as well as server-side (load, maintenance, setup, backup, required resources, etc.)

rmoesbergen commented 7 months ago

https://leaphyeasybloqs.com:8443/

koen1711 commented 6 months ago

@rmoesbergen Close?

rmoesbergen commented 6 months ago

No

rmoesbergen commented 6 months ago

Still TODO: [X] Add source map uploads [X] Integrate with Discord (#alerts channel) [ ] Integrate with Github