@instana/aws-lambda
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [5.2.3](https://github.com/instana/nodejs/compare/v5.2.2...v5.2.3) (2026-02-24) | ||
| ### Bug Fixes | ||
| * **aws-lambda:** reduced cold start duration ([#2321](https://github.com/instana/nodejs/issues/2321)) ([566a284](https://github.com/instana/nodejs/commit/566a284626199348d7d9c545fff4e04295b81d2f)) | ||
| ## [5.2.2](https://github.com/instana/nodejs/compare/v5.2.1...v5.2.2) (2026-02-02) | ||
@@ -8,0 +19,0 @@ |
+8
-4
| { | ||
| "name": "@instana/aws-lambda", | ||
| "version": "5.2.2", | ||
| "version": "5.2.3", | ||
| "description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -72,7 +72,11 @@ "author": { | ||
| "dependencies": { | ||
| "@instana/core": "5.2.2", | ||
| "@instana/serverless": "5.2.2", | ||
| "@instana/core": "5.2.3", | ||
| "@instana/serverless": "5.2.3", | ||
| "semver": "^7.7.3" | ||
| }, | ||
| "gitHead": "365c692381f939bd1b82d4b2c493e67fc6dfe7c1" | ||
| "devDependencies": { | ||
| "@aws-sdk/client-kms": "3.985.0", | ||
| "@aws-sdk/client-ssm": "3.985.0" | ||
| }, | ||
| "gitHead": "45231785be21c281f7bf446bc03f16ddfc369f7c" | ||
| } |
+8
-1
@@ -24,3 +24,10 @@ /* | ||
| const lambdaConfigDefaults = { | ||
| tracing: { forceTransmissionStartingAt: 25, transmissionDelay: 100, initialTransmissionDelay: 100 } | ||
| // Preload OpenTelemetry deps to avoid lazy loading overhead | ||
| // See https://jsw.ibm.com/browse/INSTA-71262 | ||
| preloadOpentelemetry: true, | ||
| tracing: { | ||
| forceTransmissionStartingAt: 25, | ||
| transmissionDelay: 100, | ||
| initialTransmissionDelay: 100 | ||
| } | ||
| }; | ||
@@ -27,0 +34,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 11 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 11 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
102482
0.55%1458
0.48%2
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated