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

@instana/aws-lambda

Package Overview
Dependencies
Maintainers
0
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 3.17.1 to 3.18.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [3.18.0](https://github.com/instana/nodejs/compare/v3.17.1...v3.18.0) (2024-09-06)
### Bug Fixes
- **serverless:** resolved printing debug logs by default ([#1317](https://github.com/instana/nodejs/issues/1317)) ([d5dfbd7](https://github.com/instana/nodejs/commit/d5dfbd74b54fdeb4d6535f53c32484402855961a)), closes [#1316](https://github.com/instana/nodejs/issues/1316)
## [3.17.1](https://github.com/instana/nodejs/compare/v3.17.0...v3.17.1) (2024-09-03)

@@ -8,0 +14,0 @@

8

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

@@ -72,6 +72,6 @@ "author": {

"dependencies": {
"@instana/core": "3.17.1",
"@instana/serverless": "3.17.1"
"@instana/core": "3.18.0",
"@instana/serverless": "3.18.0"
},
"gitHead": "bfaf8b3312bb1d6bd91e7a1bdd9ff65e022324c5"
"gitHead": "283dd73f558fa563b36a9251749d7cdc0464447d"
}

@@ -245,2 +245,3 @@ /*

// NOTE: We accept for `process.env.INSTANA_DEBUG` any string value - does not have to be "true".
if (process.env.INSTANA_DEBUG || config.level || process.env.INSTANA_LOG_LEVEL) {

@@ -247,0 +248,0 @@ logger.setLevel(process.env.INSTANA_DEBUG ? 'debug' : config.level || process.env.INSTANA_LOG_LEVEL);

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