juju / juju-gui

Juju-GUI is a web-based GUI for Juju <https://jujucharms.com/>.
Other
182 stars 85 forks source link

Set up remote issue logging #1702

Open hatched opened 8 years ago

hatched commented 8 years ago

There are a number of issues that can happen in the GUI and it would be nice to know if our users are running into them. Setting up something to track errors would be very beneficial for this.

If an error happens it could pop up a notification to the user which would generate an error report and send it to us for debugging.

anthonydillon commented 8 years ago

This sound like a good idea. But maybe we don't need to develop it in house. There is a tool which I haven't used yet but have been meaning to look into.

https://rollbar.com/

It covers python and JavaScript error tracking. Produces a nice dashboard/reports of errors with error logs and stack traces. Also supports SSO and 2fa. The price is reasonable at $999/mo for top business usage.

Might be worth trying out.

hatched commented 8 years ago

There are quite a few saas tools for this purpose but we could start by simply emitting an analytics event for the error.