@iopipe/profiler
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -40,3 +40,4 @@ 'use strict'; | ||
heapSnapshot: false, | ||
debug: false | ||
debug: false, | ||
networkTimeout: 5000 | ||
}; | ||
@@ -126,2 +127,3 @@ | ||
auth: this.token, | ||
networkTimeout: this.config.networkTimeout, | ||
arn, | ||
@@ -128,0 +130,0 @@ requestId |
{ | ||
"name": "@iopipe/profiler", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "IOpipe plugin for running the v8 profiler on your functions", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,2 +35,6 @@ # IOpipe Profiler Plugin | ||
### Engines | ||
To use >=2.0 of this library, you must be running on Node.js 8 or higher (8.10 and up on AWS Lambda). If you are running on 6.10 on Lambda, use a 1.x version, as the native profiler is not available on that runtime, and will be compiled in the 1.x version of this library. | ||
## Config | ||
@@ -58,2 +62,6 @@ | ||
#### `networkTimeout` (number: optional = 5000) | ||
Set timeout in ms for network requests. | ||
## Environment Variables | ||
@@ -60,0 +68,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23067
208
74