This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Available options:
102
102
|`ignoredKeys` |Optional |`-` |May contain strings (will perform a loose match, so that First Name also matches first_name) |
103
103
|`urlsToIgnore` |Optional |`-` |Ignore HTTP calls to specific domains |
104
104
|`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)| |
106
106
107
107
# ## Function Level Options
108
108
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:
124
124
|---------|------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------|
125
125
|`disable`|Optional | `false` | When set to true it disables Epsagon for the function.|
126
126
|`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)| |
128
128
129
129
130
130
# ### wrappers
You can’t perform that action at this time.
0 commit comments