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
- Update all
@opentelemetry/* upstream package dependencies to the latest releases:
README | Full Release Notes | Breaking Changes