Closed david-luna closed 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.14%. Comparing base (
4a394cc
) to head (75b0843
). Report is 3 commits behind head on next.
🚨 Try these New Features:
Which problem is this PR solving?
After merging https://github.com/open-telemetry/opentelemetry-js/pull/5152 it is not necessary to have
_registeredSpanProcessors
private property to modify at runtime. This PR does remove the property and adapts the tests.Fixes #5136
Short description of the changes
_registeredSpanProcessors
fromBasicTracerProvider
forceFlush
works in all situations.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist: