@instana/aws-lambda
Advanced tools
Comparing version
@@ -6,2 +6,6 @@ # Change Log | ||
# [4.7.0](https://github.com/instana/nodejs/compare/v4.6.3...v4.7.0) (2025-03-11) | ||
**Note:** Version bump only for package @instana/aws-lambda | ||
## [4.6.3](https://github.com/instana/nodejs/compare/v4.6.2...v4.6.3) (2025-03-05) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "4.6.3", | ||
"version": "4.7.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -72,6 +72,6 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "4.6.3", | ||
"@instana/serverless": "4.6.3" | ||
"@instana/core": "4.7.0", | ||
"@instana/serverless": "4.7.0" | ||
}, | ||
"gitHead": "7dc62e64ec6015db2184484fa6142a3eb0c552e0" | ||
"gitHead": "224c0b1b302e34dd98d2388c3892be602142fb35" | ||
} |
@@ -346,2 +346,5 @@ /* | ||
// NOTE: This function only "guesses" whether the Lambda extension should be used or not. | ||
// TODO: Figure out how we can reliably determine whether the Lambda extension should be | ||
// used or not e.g. by checking the lambda handler name if that is possible. | ||
function shouldUseLambdaExtension() { | ||
@@ -348,0 +351,0 @@ if (process.env.INSTANA_DISABLE_LAMBDA_EXTENSION) { |
87350
0.47%1389
0.22%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
Updated
Updated