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
Set to true to print debug logs if you're having integration issues.
265
265
266
-
#### __`promisedBased`__
267
-
Type: `Boolean`
268
-
Set to true while using aws lambda async functions. For more details, please refer to - https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html.
269
-
270
266
For more documentation regarding what fields and meaning,
271
267
see below or the [Moesif Node API Documentation](https://www.moesif.com/docs/api?javascript).
272
268
@@ -301,7 +297,8 @@ If you want to capture all outgoing API calls from your Node.js app to third par
301
297
Stripe or to your own dependencies, call `startCaptureOutgoing()` to start capturing.
// Please set promisedBased configuration flag to true while using async functions. For more details, please refer to - https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html.
54
-
55
-
// moesifOptions.promisedBased = true;
53
+
// For more details, please refer to - https://docs.aws.amazon.com/lambda/latest/dg/nodejs-handler.html.
0 commit comments