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:
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!
# 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.
miZyind [email protected]
Licensed under the MIT License.