Glitchtip is an application error tracker. It's basically a free, lightweight alternative for Sentry. It even ingests the exact same data as Sentry, so you can just use Sentry's tools to send errors from your application to Glitchtip.
Our instance runs at https://glitchtip.zeus.gent. Read this page to learn how to use it as a user, how to add Glitchtip to your Zeus application, and to maintain Glitchtip as a sysadmin.
To get a Glitchtip account, sign in on https://glitchtip.zeus.gent using Github, or create an account. You won't be able to see anything when logging in, this is normal. Request access to the Zeus WPI organisation by asking someone on Mattermost.
Adding Glitchtip to your application is easy:
For an example in Rails, check out these commits: adding basic Sentry configuration and only use Sentry in production.
You'll probably want to add a webhook to Mattermost so you know when something goes wrong:
Glitchtip is running on Prattchet, on the Glitchtip user, through docker. Check out the `docker-compose.yml` in `~/glitchtip`.