Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-aws-lambda

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-aws-lambda - npm Package Compare versions

Comparing version 0.37.2 to 0.37.3

2

build/src/instrumentation.js

@@ -58,3 +58,3 @@ "use strict";

if (!taskRoot || !handlerDef) {
api_1.diag.error('Unable to initialize instrumentation for lambda. Cannot identify lambda handler or task root.', { taskRoot, handlerDef });
this._diag.debug('Skipping lambda instrumentation: no _HANDLER/lambdaHandler or LAMBDA_TASK_ROOT.', { taskRoot, handlerDef });
return [];

@@ -61,0 +61,0 @@ }

@@ -1,2 +0,2 @@

export declare const VERSION = "0.37.2";
export declare const VERSION = "0.37.3";
//# sourceMappingURL=version.d.ts.map

@@ -20,3 +20,3 @@ "use strict";

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.37.2';
exports.VERSION = '0.37.3';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-aws-lambda",
"version": "0.37.2",
"version": "0.37.3",
"description": "OpenTelemetry AWS Lambda automatic instrumentation package.",

@@ -16,3 +16,3 @@ "main": "build/src/index.js",

"prewatch": "npm run precompile",
"prepare": "npm run compile",
"prepublishOnly": "npm run compile",
"version:update": "node ../../../scripts/version-update.js",

@@ -67,3 +67,3 @@ "compile": "tsc -p ."

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-lambda#readme",
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b"
"gitHead": "c7e7000b7bf79b0b107c448b403c2613a9b9e2c1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc