Skip to content

Commit

Permalink
Updated docs and bumped version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekel committed Dec 8, 2018
1 parent ada253d commit 24179b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ For example:
"ignoreCase": true, // optional. default: false - Whether to ignore case sensitivity when matching keys
"replacement": "***" // optional. default: '__MASKED__' - The default value to replace
},
"hideErrors": { // optional. default: all errors will be tagged with error=true
"users": [404, 409] // optional. tag specific errors of selected services with error=false. i.e. hide 404 & 409 errors of the `users` service
"hideErrors": { // optional. default: all errors will be tagged with error=true and set with sampling priority 1
"users": [404, 409] // optional. tag selected services errors with error=false and don't set their sampling priority to 1. i.e. hide 404 & 409 errors of the `users` service
},
"debug": true // optional. default: false - Sets sampling priority to 1 to force sampling of all requests
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feathers-opentracing",
"version": "2.2.2",
"version": "2.2.3",
"description": "OpenTracing integration for FeathersJS services",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 24179b2

Please sign in to comment.