From 1ccb29c3e254ecfea2276eb7da24d2a23fa2dde1 Mon Sep 17 00:00:00 2001 From: Daniel Steuernol Date: Wed, 25 May 2016 14:37:43 -0700 Subject: [PATCH] Docs update for new checkIgnore function --- CHANGELOG.md | 4 ++++ README.md | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29851c9..fffd0266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 6ec57b5b..7bce1cbf 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,12 @@ Default: `master` Default: `true` +
checkIgnore
+
Function called before sending payload to Rollbar, return true to stop the error from being sent to Rollbar. + +Default: `null` +
+
code_version
The currently-deployed version of your code/application (e.g. a Git SHA). Should be a string.