@instana/aws-lambda
Advanced tools
Comparing version 1.79.0 to 1.79.1
{ | ||
"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(); |
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
28153
Updated@instana/core@^1.79.1
Updated@instana/serverless@^1.79.1