View Source BoomSlackNotifier.SlackNotifier (boom_slack_notifier v0.1.0)
Send exception notifications as slack messages through http requests
usage
Usage
defmodule YourApp.Router do
use Phoenix.Router
use BoomNotifier,
notifier: BoomSlackNotifier.SlackNotifier,
options: [
webhook_url: "<your-slack-generated-url>"
]
# ...
Link to this section Summary
Link to this section Types
@type options() :: [{:webhook_url, String.t()}]