Skip to content

Commit

Permalink
Docs update for new checkIgnore function
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Steuernol committed May 25, 2016
1 parent 87beb51 commit 1ccb29c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.18.0

- Added support for checkIgnore function See [#82](https://github.com/rollbar/rollbar-php/pull/82)

## 0.17.0

- Accidental tag of documentation change. No API change present.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ Default: `master`
Default: `true`
</dd>

<dt>checkIgnore</dt>
<dd>Function called before sending payload to Rollbar, return true to stop the error from being sent to Rollbar.

Default: `null`
</dd>

<dt>code_version</dt>
<dd>The currently-deployed version of your code/application (e.g. a Git SHA). Should be a string.

Expand Down

0 comments on commit 1ccb29c

Please sign in to comment.