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

@instana/core

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Versions

basti1302
published 1.68.2 •

Changelog

Source

1.68.2

  • Remove circular references from span data before serializing it (#148, thanks to @sklose).
basti1302
published 1.68.1 •

Changelog

Source

1.68.1

  • Log a warning instead of info when running an unsupported Node.js version.
basti1302
published 1.68.0 •

Changelog

Source

1.68.0

  • Improve configuration handling, support more environment variables.
  • Record hapi.js routes as path templates when tracing HTTP entries.
  • Fix wrong warnings in validation for entry spans (that no other span is already in progress) for HTTP(s) entries.
basti1302
published 1.67.2 •

Changelog

Source

1.67.2

  • Read X-INSTANA-... headers case-insensitive in amqp instrumentation.
  • Fix handling of Fastify routes with an beforeHandler array.
basti1302
published 1.67.1 •

Changelog

Source

1.67.1

  • Fix: Handle koa routes defined by regular expressions.
basti1302
published 1.67.0 •

Changelog

Source

1.67.0

  • Add support for Node.js 12 (except for two optional features that rely on native addons which are not yet available for Node.js 12, CPU profiling and reporting uncaught exceptions).
basti1302
published 1.66.0 •

Changelog

Source

1.66.0

basti1302
published 1.65.1 •

Changelog

Source

1.65.1

  • Fix: Init metrics correctly when no config is passed (#138).
  • Add data.rpc.host and data.rpc.port to GRPC exits to improve service discovery.
basti1302
published 1.65.0 •

Changelog

Source

1.65.0

  • Rename the npm package from instana-nodejs-sensor to @instana/collector. See migration guide for details.
  • Split into @instana/core and @instana/collector.
  • Fix trace context continuity when multiple instances of bluebird are present.
basti1302
published 1.64.0 •

Changelog

Source

1.64.0

  • Add tracing SDK to create spans manually, integrating seamlessly with automatic tracing - see SDK API documentation for details.
  • Additional validation for entry spans (that no other span is already in progress).