Skip to content

@elastic/opentelemetry-node 1.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 18:38
· 91 commits to main since this release
3fe8162

Changelog

Fixes

  • Fix the handling of the deactivate_all_instrumentations central configuration setting. If the value is false, it is now treated the same as if the setting had not been specified in central configuration. This means that deactivate_all_instrumentations=false and deactivate_instrumentations=foo will result in the "bar" instrumentation not being deactivated, which is the intended behavior. Before this change, deactivate_all_instrumentations=false would result in the deactivate_instrumentations setting being completely ignored. #1236

Chores


README | Full Release Notes | Breaking Changes