Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instana/aws-lambda

Package Overview
Dependencies
Maintainers
3
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/aws-lambda - npm Package Compare versions

Comparing version 1.79.0 to 1.79.1

8

package.json
{
"name": "@instana/aws-lambda",
"version": "1.79.0",
"version": "1.79.1",
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas",

@@ -61,4 +61,4 @@ "author": {

"dependencies": {
"@instana/core": "^1.79.0",
"@instana/serverless": "^1.79.0"
"@instana/core": "^1.79.1",
"@instana/serverless": "^1.79.1"
},

@@ -75,3 +75,3 @@ "devDependencies": {

},
"gitHead": "58b5339a88d9f12e868889036b334562ce019fac"
"gitHead": "d5d38529721d9bd104c51c71484ed1233b0f2a02"
}

@@ -189,6 +189,6 @@ 'use strict';

// successfully, no matter if we have been able to report metrics and spans.
logger.warn('Could not send data to backend.', err.message);
logger.debug('Could not send data to backend.', err);
logger.warn('Could not send traces and metrics to Instana.', err.message);
logger.debug('Could not send traces and metrics to Instana.', err);
} else {
logger.info('Data has been sent to backend.');
logger.info('Traces and metrics have been sent to Instana.');
}

@@ -195,0 +195,0 @@ callback();

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