https://github.com/ndrive/sentry-mattermost
Sends Sentry notifications to Mattermost Open Source Chat
https://github.com/ndrive/sentry-mattermost
mattermost sentry
Last synced: about 15 hours ago
JSON representation
Sends Sentry notifications to Mattermost Open Source Chat
- Host: GitHub
- URL: https://github.com/ndrive/sentry-mattermost
- Owner: NDrive
- License: mit
- Created: 2015-12-11T16:04:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T21:52:34.000Z (over 4 years ago)
- Last Synced: 2025-09-22T21:47:29.686Z (17 days ago)
- Topics: mattermost, sentry
- Language: Python
- Size: 27.3 KB
- Stars: 34
- Watchers: 4
- Forks: 37
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentry Mattermost
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
# Usage
Install with pip and enable the plugin in a Sentry Project:pip install sentry_mattermost
Configure Mattermost:
- Create an Incoming Webhook
- Enable override usernames and profile picture icons in System Console Integrations# Contributing
We use Docker to setup a development stack. Make sure you have the latest
Docker Toolbox installed first.### First time setup
Setups Docker containers and Sentry admin:make bootstrap restart
### Development
Each time you update the code, restart the containers:make restart
And access the sentry admin at
http://:8081