@instana/serverless
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| ## [4.19.1](https://github.com/instana/nodejs/compare/v4.19.0...v4.19.1) (2025-07-25) | ||
| ### Bug Fixes | ||
| * **serverless:** resolved maximum call stack error ([#1877](https://github.com/instana/nodejs/issues/1877)) ([985b3c1](https://github.com/instana/nodejs/commit/985b3c165b0533a068e9e37c1e0b99a1fbfb4da0)) | ||
| # [4.19.0](https://github.com/instana/nodejs/compare/v4.18.1...v4.19.0) (2025-07-24) | ||
@@ -8,0 +19,0 @@ |
+3
-3
| { | ||
| "name": "@instana/serverless", | ||
| "version": "4.19.0", | ||
| "version": "4.19.1", | ||
| "description": "Internal utility package for serverless Node.js tracing and monitoring with Instana", | ||
@@ -68,7 +68,7 @@ "author": { | ||
| "dependencies": { | ||
| "@instana/core": "4.19.0", | ||
| "@instana/core": "4.19.1", | ||
| "agent-base": "^6.0.2", | ||
| "https-proxy-agent": "^7.0.2" | ||
| }, | ||
| "gitHead": "c4474916c84e426cffc215273cb855e59f144b14" | ||
| "gitHead": "17874a91b321855241902f3f0090575879bc94e0" | ||
| } |
+5
-0
@@ -79,2 +79,7 @@ /* | ||
| // CASE: prevent circular references | ||
| if (config.logger && config.logger instanceof InstanaServerlessLogger && config.logger.logger) { | ||
| config.logger = config.logger.logger; | ||
| } | ||
| // CASE: customer overrides logger in serverless land. | ||
@@ -81,0 +86,0 @@ if (config.logger && typeof config.logger.child === 'function') { |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 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 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 7 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
63699
0.79%818
0.49%+ Added
- Removed
Updated