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

@instana/serverless

Package Overview
Dependencies
Maintainers
6
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/serverless - npm Package Versions

1
24

1.98.1

Diff

Changelog

Source

1.98.1

  • Fix PID used in profiling payload when running in a container.
basti1302
published 1.98.0 •

Changelog

Source

1.98.0

  • Add @instana/autoprofile to support Instana AutoProfile™ (automated and continuous production profiler). Instana AutoProfile is currently opt-in and can be enabled with the config option autoProfile: true or via the environment variable INSTANA_AUTO_PROFILE=true.
basti1302
published 1.97.1 •

Changelog

Source

1.97.1

  • Update to netlinkwrapper@1.2.0.
  • Fix span.annotate to support paths to nested properties (paths can be strings as well as arrays).
  • Fix: Protect a custom path template from being overwritten by instrumented middleware running later.
basti1302
published 1.97.0 •

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.
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