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

@instana/core

Package Overview
Dependencies
Maintainers
6
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instana/core - npm Package Versions

1.68.1

Diff
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

  • Report unhandled promise rejections as issues (disabled by default, see configuration guide).
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).
basti1302
published 1.63.2 •

Changelog

Source

1.63.2

  • Remove deprecated span attribute span.b.u (redis, ioredis).