We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2010c61 + a30ac1a commit b9a42daCopy full SHA for b9a42da
docs/notifiers/slack.md
@@ -21,7 +21,6 @@ Rails.application.config.middleware.use ExceptionNotification::Rack,
21
},
22
slack: {
23
webhook_url: '[Your webhook url]',
24
- channel: '#exceptions',
25
additional_parameters: {
26
icon_url: 'http://image.jpg',
27
mrkdwn: true
@@ -129,12 +128,6 @@ ExceptionNotifier.notify_exception(
129
128
130
The Incoming WebHook URL on slack.
131
132
-##### channel
133
-
134
-*String, optional*
135
136
-Message will appear in this channel. Defaults to the channel you set as such on slack.
137
138
##### username
139
140
*String, optional*
0 commit comments