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

@instana/autoprofile

Package Overview
Dependencies
Maintainers
0
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/autoprofile - npm Package Versions

1
19

2.2.0

Diff

Changelog

Source

2.2.0 (2022-05-18)

Bug Fixes

  • agent: reduce log level for sending data from debug to trace (8b57a71)

Features

  • agent: read span batching option also from tracing section (1f776d4)
  • tracing: added instrumentation for ibm db2 (#532) (0d0b1e0)
kirrg001
published 2.0.0 •

Changelog

Source

2.0.0 (2022-04-04)

Bug Fixes

  • fargate: detect Node.js version, use matching @instana/aws-fargate version (0d1f955)
  • google-cloud-run: detect Node.js version, use matching @instana/google-cloud-run version (451ad1f)
  • lambda: remove nodejs8.10 from compatible runtimes (ff945c2)
  • dropped Node 6/8 (0e6fd0e)
  • remove npm package instana-nodejs-sensor (5fb9f18)
  • removed disableAutomaticTracing legacy config (#432) (922d168)
  • removed legacy support for config.timeBetweenHealthcheckCalls (#476) (66eff69)
  • removed support for passing parent logger during initialisation (bd96791)
  • removed uncaught exception config (fb6570a)
  • self-disable if detected Node.js runtime version is too old (cfe4248)

BREAKING CHANGES

  • lambda: The Instana Node.js Lambda layer is no longer compatible with Node.js 8. For Lambda functions still running on Node.js 8, please use the latest layer version that has been published for Node.js 8, see https://www.ibm.com/docs/en/obi/current?topic=kinesis-aws-lambda-native-tracing-nodejs
  • Removed support for legacy config instana({ timeBetweenHealthcheckCalls: ... }). Use instana({ metrics: { timeBetweenHealthcheckCalls: ...}}).
  • Starting with version 2.0.0, consumers of the package who still use the deprecated package name instana-nodejs-sensor will need to follow https://www.ibm.com/docs/en/obi/current?topic=nodejs-collector-installation#change-of-package-name to receive updates in the future.
  • Removed "disableAutomaticTracing" config option. Use instana({ automaticTracingEnabled: Boolean }).
  • Removed "reportUncaughtException" config option. The feature was completely removed.
  • Removed support for passing logger to instana initialisation. Use instana.setLogger(logger)".
  • v2 has dropped support for Node 6/8.
kirrg001
published 2.0.0-rc.1 •

kirrg001
published 1.140.1 •

Changelog

Source

1.140.1 (2022-04-04)

Bug Fixes

  • metrics: do not report metrics from worker threads (#517) (bdf7869), closes #500
kirrg001
published 1.140.0 •

Changelog

Source

1.140.0 (2022-03-24)

Bug Fixes

  • collector: fix export returned from init (3cc709c)
  • collector: work around Bazel's node-patches module (d06e9be)

Features

  • collector: added instrumentation for @grpc/grpc-js (d12e386), closes #87653
  • tracing: added instrumentation for node-rdfafka/kafka-avro (7cb7aa4)

Reverts

  • Revert "test: added tsoa framework to integration tests (#492)" (479a3f6), closes #492
kirrg001
published 2.0.0-rc.0 •

kirrg001
published 1.137.5 •

Changelog

Source

1.137.5 (2022-01-25)

Bug Fixes

  • deps: bumped node-fetch to ^2.6.7 (security patch) (#465) (e8c622b)
basti1302
published 1.137.3 •

Changelog

Source

1.137.3 (2021-12-16)

Bug Fixes

  • aws-sdk/v3: added support for @aws-sdk/* 3.4x (61cc179)
  • tracing: fix context loss when cls-hooked#bindEmitter is used (2743047), closes #438
basti1302
published 1.137.2 •

Changelog

Source

1.137.2 (2021-11-30)

Bug Fixes

  • collector: prevent initializing @instana/collector multiple times (b3261b7)
  • tracing: require @elastic/elasticsearch/api in a safe way (8ba1bd1)
basti1302
published 1.137.1 •

Changelog

Source

1.137.1 (2021-11-23)

Bug Fixes

  • dependency: pinned lru-cache to 6.0.0 (0ceb372)
  • dependency: pinned semver to 7.3.3 (d32f23e)
  • dependency: updated tar to 6.x in shared-metrics (#415) (5288ba5)
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