@instana/aws-lambda
Advanced tools
Comparing version 1.92.2 to 1.92.3
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "1.92.2", | ||
"version": "1.92.3", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -61,4 +61,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "^1.92.2", | ||
"@instana/serverless": "^1.92.2" | ||
"@instana/core": "^1.92.3", | ||
"@instana/serverless": "^1.92.3" | ||
}, | ||
@@ -75,3 +75,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6d36b95a546e8ae49dd2f8240cff851003a10ba9" | ||
"gitHead": "9cd92f557e22e542264547544ffb886e4a8b2319" | ||
} |
@@ -194,3 +194,2 @@ 'use strict'; | ||
function init(event, arnInfo, _config) { | ||
/* eslint-disable dot-notation */ | ||
config = _config || {}; | ||
@@ -200,4 +199,4 @@ | ||
logger = config.logger; | ||
} else if (config.level || process.env['INSTANA_LOG_LEVEL']) { | ||
logger.setLevel(config.level || process.env['INSTANA_LOG_LEVEL']); | ||
} else if (process.env.INSTANA_DEBUG || config.level || process.env.INSTANA_LOG_LEVEL) { | ||
logger.setLevel(process.env.INSTANA_DEBUG ? 'debug' : config.level || process.env.INSTANA_LOG_LEVEL); | ||
} | ||
@@ -204,0 +203,0 @@ identityProvider.init(arnInfo); |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
32271
725
6
Updated@instana/core@^1.92.3
Updated@instana/serverless@^1.92.3