mattermost-plugin-sentry

Sends Sentry notifications to Mattermost.
This plugin will decode the following notification payload from Sentry:
{
"project": "mattermost-plugin-sentry",
"url": "http://sentry.example.com/mattermost-plugin-sentry/issues/1",
"event": {
"title": "Error: This is an error example",
"location": "~/miZyind/mattermost-plugin-sentry/example.ts"
}
}
And post the notification to the specific channel:

๐ฎ Usage
Add the callback url https://<MATTERMOST-HOST>/plugins/com.github.mizyind.mattermost-plugin-sentry/webhook?channel=<MATTERMOST-CHANNEL-ID> to Sentry's WebHooks plugin:

That's it!
๐จ Build
# Uses makefile to compile go binary file and generates a tar bundle of the plugin for install.
$ make
# Output "plugin.tar.gz" to the current working directory.
๐ Author
miZyind mizyind@gmail.com
๐ License
Licensed under the MIT License.