New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instana/serverless

Package Overview
Dependencies
Maintainers
3
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/serverless - npm Package Versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons

1.81.1

Diff
basti1302
published 1.81.1 •

Changelog

Source

1.81.1

  • Fully cover Winston 3.x API surface.
basti1302
published 1.81.0 •

Changelog

Source

1.81.0

  • Provide access to Instana Node.js API via @instana/aws-lambda.
  • Add instana.sdk.async alias for instana.sdk.promise.
basti1302
published 1.80.0 •

Changelog

Source

1.80.0

  • Add ability to disable individual tracers via config.tracing.disabledTracers or INSTANA_DISABLED_TRACERS.
basti1302
published 1.79.1 •

Changelog

Source

1.79.1

  • [AWS Lambda] Cache target handler across invocations.
basti1302
published 1.79.0 •

Changelog

Source

1.79.0

  • Add auto-wrap package for AWS Lambda to enable Lambda tracing without code modification.
basti1302
published 1.78.1 •

Changelog

Source

1.78.1

  • Only use X-Instana-Service HTTP header when agent is configured to capture it.
basti1302
published 1.78.0 •

Changelog

Source

1.78.0

  • Support INSTANA_SERVICE_NAME/config.serviceName for auto-tracing and SDK spans. Previously, this has only been supported for OpenTracing spans.
  • Support X-Instana-Service HTTP header.
basti1302
published 1.77.0 •

Changelog

Source

1.77.0

  • [AWS Lambda] Inject EUM back end correlation header in AWS Lambda responses if possible.
basti1302
published 1.76.0 •

Changelog

Source

1.76.0

  • Do not add tracing headers to signed aws-sdk HTTP requests.
  • Extract serverless utilities that are not specific to the AWS Lambda platform into their own utility package, @instana/serverless.
  • Log a warning when @instana/collector has been initialized too late. Additionally, this will be transmitted as snapshot data.