A plugin for Sentry to enable notifications to Mattermost Open Source Chat. This is based in the sentry-slack plugin: https://github.com/getsentry/sentry-slack
Install with pip and enable the plugin in a Project:
pip install sentry_mattermost
We use Docker to setup a development stack. Make sure you have the latest Docker Toolbox installed first.
Setups Docker containers and Sentry admin:
make bootstrap
Each time you update the code, restart the containers:
make restart
And access the sentry admin at
http://<DOCKER IP>:8081