Skip to content

v6.0.0

Choose a tag to compare

@instanacd instanacd released this 18 May 11:40
· 160 commits to main since this release

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 > default
    

    Existing 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_SPANS has been removed (#2431) (a964c50)

    Please use INSTANA_TRACING_TRANSMISSION_DELAY instead.

🐞 Bug Fixes

  • captured database URL for Prisma MariaDB adapter (#2543) (dacba21)

✨ Features