You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ After you log into [Moesif Portal](https://www.moesif.com/wrap), you can get you
36
36
37
37
1. Select the account icon to bring up the settings menu.
38
38
2. Select **Installation** or **API Keys**.
39
-
<imgclass="lazyload blur-up"src="images/app_id.png"width="700"alt="Accessing the settings menu in Moesif Portal">
40
39
3. Copy your Moesif Application ID from the **Collector Application ID** field.
40
+
<imgclass="lazyload blur-up"src="images/app_id.png"width="700"alt="Accessing the settings menu in Moesif Portal">
41
41
42
42
## Install the middleware
43
43
In your project directory, install the middleware as a project dependency:
@@ -143,7 +143,7 @@ These are the most important files:
143
143
## Configuration Options
144
144
The following sections describe the available configuration options for this middleware. You can set these options in the Moesif initialization options object. See [the sample AWS Lambda middleware function code](https://github.com/Moesif/moesif-aws-lambda-nodejs/blob/89c384621f8ae5fcee9166d798feb1e3115459ae/app.js#L15) for an example.
145
145
146
-
### __`logBody`__
146
+
### `logBody`
147
147
<table>
148
148
<tr>
149
149
<thscope="col">
@@ -164,7 +164,7 @@ The following sections describe the available configuration options for this mid
164
164
</table>
165
165
Whether to log request and response body to Moesif.
166
166
167
-
### __`identifyUser`__
167
+
### `identifyUser`
168
168
169
169
<table>
170
170
<tr>
@@ -204,7 +204,7 @@ options.identifyUser = function (event, context) {
204
204
}
205
205
```
206
206
207
-
### __`identifyCompany`__
207
+
### `identifyCompany`
208
208
<table>
209
209
<tr>
210
210
<thscope="col">
@@ -244,7 +244,7 @@ options.identifyCompany = function (event, context) {
244
244
}
245
245
```
246
246
247
-
### __`getSessionToken`__
247
+
### `getSessionToken`
248
248
<table>
249
249
<tr>
250
250
<thscope="col">
@@ -281,7 +281,7 @@ options.getSessionToken = function (event, context) {
281
281
}
282
282
```
283
283
284
-
### __`getApiVersion`__
284
+
### `getApiVersion`
285
285
<table>
286
286
<tr>
287
287
<thscope="col">
@@ -317,7 +317,7 @@ options.getApiVersion = function (event, context) {
317
317
}
318
318
```
319
319
320
-
### __`getMetadata`__
320
+
### `getMetadata`
321
321
<table>
322
322
<tr>
323
323
<thscope="col">
@@ -361,7 +361,7 @@ options.getMetadata = function (event, context) {
361
361
}
362
362
```
363
363
364
-
### __`skip`__
364
+
### `skip`
365
365
<table>
366
366
<tr>
367
367
<thscope="col">
@@ -403,7 +403,7 @@ options.skip = function (event, context) {
403
403
}
404
404
```
405
405
406
-
### __`maskContent`__
406
+
### `maskContent`
407
407
<table>
408
408
<tr>
409
409
<thscope="col">
@@ -525,7 +525,7 @@ Name | Required | Description
525
525
`metadata` | No | A JSON Object consisting of any custom metadata to be stored with this event.
526
526
527
527
528
-
### __`debug`__
528
+
### `debug`
529
529
<table>
530
530
<tr>
531
531
<thscope="col">
@@ -667,7 +667,7 @@ Only a subset of the Node.js request or response fields are available, specifica
0 commit comments