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

@instana/serverless

Package Overview
Dependencies
Maintainers
0
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/serverless - npm Package Versions

1
23

1.97.0

Diff

Changelog

Source

1.97.0

  • [AWS Lambda] Add support for INSTANA_ENDPOINT_PROXY (send data to Instana via a proxy).
  • Add support for Node.js 14.
  • Update to event-loop-stats@1.3.0, to support detecting synchronous event loop blocking.
basti1302
published 1.96.0 •

Changelog

Source

1.96.0

  • Instrument @elastic/elasticsearch (aka modern Elasticsearch client).
  • Fix instrumentation for legacy Elasticsearch client (https://www.npmjs.com/package/elasticsearch), do not discard subsequent exit spans.
  • Make instrumentation robust against https://github.com/montagejs/collections/issues/178.
  • Make check for disabled instrumentation stricter (the keys provided in config.tracing.disabledTracers/INSTANA_DISABLED_TRACERS need to be an exact, case-insensitive match of the instrumentation file now). If you have used this configuration option and relied on the fact that this was a string.contains check previously, you might need to update your config.
basti1302
published 1.95.2 •

Changelog

Source

1.95.2

  • [AWS Lambda] Fix: Add a connection timeout in addition to the read/idle timeout.
basti1302
published 1.95.1 •

Changelog

Source

1.95.1

  • Capture the error message and/or stack trace when completing and SDK span with an error.
basti1302
published 1.95.0 •

Changelog

Source

1.95.0

  • Support deployment scenario in which the whole application is installed from a registry via npm install instead of only its dependencies.
basti1302
published 1.94.0 •

Changelog

Source

1.94.0

  • [AWS Lambda] Fix stale timeout events on socket object induced by AWS Lambda runtime freezing and thawing the process.
  • Support X-INSTANA-SYNTHETIC.
basti1302
published 1.93.0 •

Changelog

Source

1.93.0

  • Support tracing of deferred HTTP exits (that is, capture HTTP exits if the entry that triggered it has already finished).
  • [AWS Lambda] Add support for INSTANA_DISABLE_CA_CHECK.
basti1302
published 1.92.5 •

Changelog

Source

1.92.5

  • [AWS Lambda] Reset requestHasFailed flag on start of Lambda handler.
  • [AWS Lambda] Improve logging for data reporting timeouts.
  • [AWS Lambda] Remove misleading "Traces and metrics have been sent to Instana." message.
  • Remove deprecated span attributes span.error and span.async.
  • Remove obsolete configuration option config.agentName/INSTANA_AGENT_NAME.
basti1302
published 1.92.4 •

Changelog

Source

1.92.4

  • [AWS Lambda] Do not try to send data to the Instana back end when a previous request to it has already failed.
  • [AWS Lambda] Change span offloading intervall to 5 seconds.
  • [AWS Lambda] Make sure that an uninstrumented https connection is used for span offloading.
  • [AWS Lambda] Change layer name from instana to instana-nodejs to prepare for the extension of native AWS Lambda tracing to other runtimes.
basti1302
published 1.92.3 •

Changelog

Source

1.92.3

  • Always capture duration of GraphQL calls.
  • Support INSTANA_DEBUG in native serverless tracing.
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