Skip to content

Commit

Permalink
Fix responseEvent option in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jancervinka committed Jan 23, 2015
1 parent 6068ae3 commit 1238d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ set `options` to an object with the following optional settings:
- `[logRequestPayload]` - determines if the request payload will be logged. Defaults to _false_
- `[logResponsePayload]` - determines if the response payload will be logged. Defaults to _false_
- `[opsInterval]` - the interval in milliseconds to sample system and process performance metrics. Minimum is _100ms_. Defaults to _15 seconds_.
- `[requestsEvent]` - the event type used to capture completed requests. Defaults to 'tail'. Options are:
- `[responseEvent]` - the event type used to capture completed requests. Defaults to 'tail'. Options are:
- 'response' - the response was sent but request tails may still be pending.
- 'tail' - the response was sent and all request tails completed.
- `reporters` - Defaults to *no* reporters. All reporting objects must be installed in your project. `reporters` is an array of instantiated objects that implement the [good-reporter](https://github.com/hapijs/good-reporter) interface or an object with the following keys:
Expand Down

0 comments on commit 1238d46

Please sign in to comment.