In theory the tracer will flush when all spans finish. I moved this just before merging this feature, but now think it best to move it back to my original location - after child nodes have been traced.
Motivation
Just in case, this should prevent us from attempting to flush after every module load span is created.
Testing Guidelines
Units and integration tests passing should suffice here.
What does this PR do?
In theory the tracer will flush when all spans finish. I moved this just before merging this feature, but now think it best to move it back to my original location - after child nodes have been traced.
Motivation
Just in case, this should prevent us from attempting to flush after every module load span is created.
Testing Guidelines
Units and integration tests passing should suffice here.
Additional Notes
No
Types of Changes
Check all that apply