mattermost-plugin-sentry

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2020 License: MIT

README ยถ

mattermost-plugin-sentry

Go Mattermost 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: Thumb-1

๐Ÿ”ฎ 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: Thumb-2

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.

Directories ยถ

Path Synopsis
build
manifest command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL