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

Commit 57d60da

Browse files
authored
Update README.md
1 parent 73f343c commit 57d60da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Available options:
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 |
104104
|`labels` |Optional |`[]` |Global labels applied to all traces. For example "[['key', 'val']]". (Not available for Python) |
105-
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` - The wrapper to use to wrap this function. See [wrappers](#wrappers)| |
105+
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` | The wrapper to use to wrap this function. See [wrappers](#wrappers)| |
106106

107107
### Function Level Options
108108
These options are defined at the function level, under the `epsagon` member of your function in the `serverless.yml` file.
@@ -124,7 +124,7 @@ Available options:
124124
|---------|------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------|
125125
|`disable`|Optional | `false` | When set to true it disables Epsagon for the function.|
126126
|`appName`|Optional | `` |Application name that will be set for traces |
127-
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` - The wrapper to use to wrap this function. See [wrappers](#wrappers)| |
127+
|`wrapper`|Optional |`lambda_wrapper/lambdaWrapper` | The wrapper to use to wrap this function. See [wrappers](#wrappers)| |
128128

129129

130130
#### wrappers

0 commit comments

Comments
 (0)