Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Sends Sentry notifications to Mattermost Open Source Chat

License

Notifications You must be signed in to change notification settings

thelan/sentry-mattermost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Project:

pip install sentry_mattermost

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

Development

Each time you update the code, restart the containers:

make restart

And access the sentry admin at

http://<DOCKER IP>:8081

About

Sends Sentry notifications to Mattermost Open Source Chat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.4%
  • Makefile 8.6%