v6.0.0
For a detailed overview of the breaking changes introduced in this release, please refer to the official Node.js collector breaking changes documentation.
π₯ BREAKING CHANGES
-
Fixed inconsistent configuration precedence behavior(#2492) (9fbd738)
The collector now enforces the following order across all configuration sources:
environment variable > in-code configuration > agent configuration > defaultExisting setups that relied on the previous behavior may experience unexpected configuration changes after upgrading. Review your current configuration setup before upgrading.
-
The environment variable
INSTANA_DEV_MIN_DELAY_BEFORE_SENDING_SPANShas been removed (#2431) (a964c50)Please use
INSTANA_TRACING_TRANSMISSION_DELAYinstead.