Skip to content

Commit b9a42da

Browse files
authored
Merge pull request #517 from westonganger/patch-4
Remove unnecessary :channel option from Slack guide doc
2 parents 2010c61 + a30ac1a commit b9a42da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/notifiers/slack.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Rails.application.config.middleware.use ExceptionNotification::Rack,
2121
},
2222
slack: {
2323
webhook_url: '[Your webhook url]',
24-
channel: '#exceptions',
2524
additional_parameters: {
2625
icon_url: 'http://image.jpg',
2726
mrkdwn: true
@@ -129,12 +128,6 @@ ExceptionNotifier.notify_exception(
129128

130129
The Incoming WebHook URL on slack.
131130

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-
138131
##### username
139132

140133
*String, optional*

0 commit comments

Comments
 (0)