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

1.112.0

Diff

Changelog

Source

1.112.0

  • Remove netlinkwrapper dependency.
  • Deprecate reporting uncaught exceptions as incidents and via span/trace. Prints a warning if the feature (which is opt-in) is enabled.
basti1302
published 1.111.1 •

Changelog

Source

1.111.1:

  • Avoid false positive warning about @instana/core being initialized too late in the presence of other instrumentation packages that need to be loaded before everything else.
basti1302
published 1.111.0 •

Changelog

Source

1.111.0:

  • Do not instrument npm or yarn when started via @instana/collector/src/immediate (instead, only instrument the child process started by npm start or yarn start).
  • Do not instrument npm or yarn on AWS Fargate (instead, only instrument the child process started by npm start or yarn start).
  • Do not instrument npm or yarn on Google Cloud Run (instead, only instrument the child process started by npm start or yarn start).
basti1302
published 1.110.5 •

Changelog

Source

1.110.5:

  • Depend on exact versions of @instana packages, not a version range. This makes sure all @instana packages are updated in sync and it avoids internal packages like core being updated while consuming packages like collector stay on an older version.
basti1302
published 1.110.4 •

Changelog

Source

1.110.4

  • Bring back core/util polyfill for Buffer.fromString for backwards compatibility.
basti1302
published 1.110.3 •

Changelog

Source

1.110.3

  • Exponential backoff retry strategy for failed announce attempts. This helps with agents that have not yet attached to the container (and thereby not seen the process) and thus will reject the very first announce attempt.
  • Remove polyfill for Buffer.fromString (for Node.js versions up to 4.5 which we no longer support).
basti1302
published 1.110.2 •

Changelog

Source

1.110.2

  • Improve support for pino log calls that only receive a merging object argument.
basti1302
published 1.110.1 •

Changelog

Source

1.110.1

  • Fix Node.js 6 compatibility by downgrading tar dependency of @instana/shared-metrics from tar@6 to tar@5.
basti1302
published 1.110.0 •

Changelog

Source

1.110.0

  • [Google Cloud Run]: Exclude some revision instance data from compression.
basti1302
published 1.109.0 •

Changelog

Source

1.109.0

  • Improve user experience around native add-on dependencies of @instana/collector:
    • Add precompiled archives for some combination of OS, architecture, libc-flavour and ABI-version.
    • Try to use the precompiled native add-on if loading a native add-on fails initially.
    • Try to rebuild the native add-on on demand as a fallback.
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