@opentelemetry/instrumentation-aws-lambda
Advanced tools
Comparing version 0.48.0 to 0.49.0
@@ -50,3 +50,3 @@ "use strict"; | ||
const handler = path.basename(handlerDef); | ||
const moduleRoot = handlerDef.substr(0, handlerDef.length - handler.length); | ||
const moduleRoot = handlerDef.substring(0, handlerDef.length - handler.length); | ||
const [module, functionName] = handler.split('.', 2); | ||
@@ -53,0 +53,0 @@ // Lambda loads user function using an absolute path. |
@@ -1,3 +0,3 @@ | ||
export declare const PACKAGE_VERSION = "0.48.0"; | ||
export declare const PACKAGE_VERSION = "0.49.0"; | ||
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-aws-lambda"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,4 +20,4 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.PACKAGE_VERSION = '0.48.0'; | ||
exports.PACKAGE_VERSION = '0.49.0'; | ||
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-aws-lambda'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-aws-lambda", | ||
"version": "0.48.0", | ||
"version": "0.49.0", | ||
"description": "OpenTelemetry instrumentation for AWS Lambda function invocations", | ||
@@ -59,3 +59,3 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.55.0", | ||
"@opentelemetry/instrumentation": "^0.56.0", | ||
"@opentelemetry/semantic-conventions": "^1.27.0", | ||
@@ -65,3 +65,3 @@ "@types/aws-lambda": "8.10.143" | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda#readme", | ||
"gitHead": "d0fb13557fac651424b095b0a48a5116407875b1" | ||
"gitHead": "e3c9150445e13c5aa4c2c4d981bb2193e0076e50" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
71402
+ Added@opentelemetry/api-logs@0.56.0(transitive)
+ Added@opentelemetry/instrumentation@0.56.0(transitive)
- Removed@opentelemetry/api-logs@0.55.0(transitive)
- Removed@opentelemetry/instrumentation@0.55.0(transitive)