All Projects → NDrive → sentry-mattermost

NDrive / sentry-mattermost

Licence: MIT license
Sends Sentry notifications to Mattermost Open Source Chat

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to sentry-mattermost

mattermost-remind
A /remind slash command for mattermost
Stars: ✭ 15 (-50%)
Mutual labels:  mattermost
mattermost-govet
No description or website provided.
Stars: ✭ 13 (-56.67%)
Mutual labels:  mattermost
gosquito
gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.
Stars: ✭ 25 (-16.67%)
Mutual labels:  mattermost
mattermost-plugin-todo
Mattermost plugin for tracking to do items
Stars: ✭ 45 (+50%)
Mutual labels:  mattermost
sentry-beaconfire
Kotlin based sentry android application
Stars: ✭ 35 (+16.67%)
Mutual labels:  sentry
mattermost-rtl
Adds RTL support to Mattermost
Stars: ✭ 52 (+73.33%)
Mutual labels:  mattermost
sentry-msteams
Microsoft Teams Integration for Sentry
Stars: ✭ 27 (-10%)
Mutual labels:  sentry
rhythm
Time-based job scheduler for Apache Mesos
Stars: ✭ 30 (+0%)
Mutual labels:  sentry
mattermost-api-reference
Mattermost API reference documentation.
Stars: ✭ 74 (+146.67%)
Mutual labels:  mattermost
app
Buggregator is a beautiful, lightweight debug server build on Laravel that helps you catch your smpt, sentry, var-dump, monolog, ray outputs. It runs without installation on multiple platforms.
Stars: ✭ 259 (+763.33%)
Mutual labels:  sentry
trax
Simple time tracker designed for ChatOps
Stars: ✭ 40 (+33.33%)
Mutual labels:  mattermost
pink-lady
a template project of gin app.
Stars: ✭ 44 (+46.67%)
Mutual labels:  sentry
mattermost-client
Mattermost client using websockets
Stars: ✭ 59 (+96.67%)
Mutual labels:  mattermost
fullstack-nextjs-ecommerce
Fullstack Next.js E-Commerce made with NextAuth + Prisma, Docker + TypeScript + React Query + Stripe + Tailwind Sentry and much more 🛒
Stars: ✭ 524 (+1646.67%)
Mutual labels:  sentry
sentry-typo3
TYPO3 Sentry integration
Stars: ✭ 17 (-43.33%)
Mutual labels:  sentry
logging
mod: zap logging in golang
Stars: ✭ 44 (+46.67%)
Mutual labels:  sentry
docker-compose-sentry
Docker Compose configuration for running a Sentry server.
Stars: ✭ 20 (-33.33%)
Mutual labels:  sentry
mattermost-bitbucket-bridge
Flask application that serves as a bridge between Bitbucket and Mattermost.
Stars: ✭ 18 (-40%)
Mutual labels:  mattermost
incubator-sentry
Mirror of Apache Sentry
Stars: ✭ 35 (+16.67%)
Mutual labels:  sentry
mattermost-plugin-autotranslate
No description or website provided.
Stars: ✭ 34 (+13.33%)
Mutual labels:  mattermost

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

Example

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://<DOCKER IP>:8081
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].