v3.3.1
Bug Fixes
-
fixed support for ESM >= v18.19.0 by switching to the experimental
--import
argument (#1063) (d69aff8)- Restriction: manual instrumentations only (auto instrumentation support such as k8s coming soon)
- Node Version: Stick to
--experimental-loader
for Node < 18.19 and switch to--import
for >= 18.19 - Reference: https://nodejs.org/en/blog/release/v18.19.0#esm-and-customization-hook-changes
- Usage:
node --import /path/to/instana/node_modules/@instana/collector/esm-register.mjs entrypoint
- Docs: will be updated soon
-
security: resolved security vulnerability for tar dependency (< 6.2.1) (#1106) (d863aa8)