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

Commit 969d975

Browse files
ojongeriusranrib
andauthored
fix(readme): node lib changes have been merged (#110)
Co-authored-by: Ran Ribenzaft <[email protected]>
1 parent 49b7dcc commit 969d975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Available options:
101101
|`collectorURL` |Optional |`-` |The address of the trace collector to send trace to |
102102
|`ignoredKeys` |Optional |`-` |May contain strings (will perform a loose match, so that First Name also matches first_name) |
103103
|`urlsToIgnore` |Optional |`-` |Ignore HTTP calls to specific domains |
104-
|`payloadsToIgnore` |Optional |`-` | Array of dictionaries to not instrument. Example: `'{"source": "serverless-plugin-warmup"}'` (Not yet available for Node) |
104+
|`payloadsToIgnore` |Optional |`-` | Array of dictionaries to not instrument. Example: `'{"source": "serverless-plugin-warmup"}'` |
105105
|`labels` |Optional |`[]` |Global labels applied to all traces. For example "[['key', 'val']]". (Not available for Python) |
106106
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` | The wrapper to use to wrap this function. See [wrappers](#wrappers)| |
107107

0 commit comments

Comments
 (0)