Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(readme): node lib changes have been merged (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: Ran Ribenzaft <ranrib@users.noreply.github.com>
  • Loading branch information
ojongerius and ranrib committed Aug 16, 2021
1 parent 49b7dcc commit 969d975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Available options:
|`collectorURL` |Optional |`-` |The address of the trace collector to send trace to |
|`ignoredKeys` |Optional |`-` |May contain strings (will perform a loose match, so that First Name also matches first_name) |
|`urlsToIgnore` |Optional |`-` |Ignore HTTP calls to specific domains |
|`payloadsToIgnore` |Optional |`-` | Array of dictionaries to not instrument. Example: `'{"source": "serverless-plugin-warmup"}'` (Not yet available for Node) |
|`payloadsToIgnore` |Optional |`-` | Array of dictionaries to not instrument. Example: `'{"source": "serverless-plugin-warmup"}'` |
|`labels` |Optional |`[]` |Global labels applied to all traces. For example "[['key', 'val']]". (Not available for Python) |
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` | The wrapper to use to wrap this function. See [wrappers](#wrappers)| |

Expand Down

0 comments on commit 969d975

Please sign in to comment.