cheald / sentry-mattermost-integration

Bridge to convert Sentry integration messages into Mattermost webhook messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-mattermost-integration

This is a fork of sentry-mattermost-sidecar designed to work with Sentry's newer internal integrations rather than its legacy webhooks.

Events handled

  • Bug alert triggered
  • Issue created
  • Issue resolved

How to use

  1. Create a Mattermost incoming webhook integration.

    mattermost-incoming-webhook-integration-setup

  2. Deploy the docker image and specify your Mattermost web hook URL in the SMS_MATTERMOST_WEBHOOK_URL environment variable

  3. Create a Sentry integration which points to your deployment, including a channel slug to post to.

    sentry-webhook-integration-setup

  4. Set up sentry issue alerts as you like.

    sentry-issue-alert-creation

Deploy

This image is automatically deployed and versionned as a docker image at cheald/sentry-mattermost-integration.

About

Bridge to convert Sentry integration messages into Mattermost webhook messages

License:MIT License


Languages

Language:Go 97.1%Language:Dockerfile 2.9%