Skip to content

Commit

Permalink
updated slack docs & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
vizcay committed Nov 17, 2020
1 parent bc34548 commit d157bc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* enhancements
* Added `clean_backtrace` option to SlackNotifier (defaults to true).

== 4.4.3

* big fixes
Expand Down
6 changes: 6 additions & 0 deletions docs/notifiers/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ Message will appear in this channel. Defaults to the channel you set as such on

Username of the bot. Defaults to the name you set as such on slack

##### clean_backtrace

*Boolean, optional*

If enabled will clean the exception backtrace with Rails.backtrace_cleaner. Defaults to true.

##### custom_hook

*String, optional*
Expand Down

0 comments on commit d157bc4

Please sign in to comment.