@instana/aws-lambda
Advanced tools
Comparing version 3.17.1 to 3.18.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [3.18.0](https://github.com/instana/nodejs/compare/v3.17.1...v3.18.0) (2024-09-06) | ||
### Bug Fixes | ||
- **serverless:** resolved printing debug logs by default ([#1317](https://github.com/instana/nodejs/issues/1317)) ([d5dfbd7](https://github.com/instana/nodejs/commit/d5dfbd74b54fdeb4d6535f53c32484402855961a)), closes [#1316](https://github.com/instana/nodejs/issues/1316) | ||
## [3.17.1](https://github.com/instana/nodejs/compare/v3.17.0...v3.17.1) (2024-09-03) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "3.17.1", | ||
"version": "3.18.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -72,6 +72,6 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "3.17.1", | ||
"@instana/serverless": "3.17.1" | ||
"@instana/core": "3.18.0", | ||
"@instana/serverless": "3.18.0" | ||
}, | ||
"gitHead": "bfaf8b3312bb1d6bd91e7a1bdd9ff65e022324c5" | ||
"gitHead": "283dd73f558fa563b36a9251749d7cdc0464447d" | ||
} |
@@ -245,2 +245,3 @@ /* | ||
// NOTE: We accept for `process.env.INSTANA_DEBUG` any string value - does not have to be "true". | ||
if (process.env.INSTANA_DEBUG || config.level || process.env.INSTANA_LOG_LEVEL) { | ||
@@ -247,0 +248,0 @@ logger.setLevel(process.env.INSTANA_DEBUG ? 'debug' : config.level || process.env.INSTANA_LOG_LEVEL); |
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
79421
1351
+ Added@instana/core@3.18.0(transitive)
- Removed@instana/core@3.17.1(transitive)
Updated@instana/core@3.18.0
Updated@instana/serverless@3.18.0