Jason Wu

Results 2 issues of Jason Wu

### What does this PR do? Adds a `.flush()` method to the tracer, which allows users to manually flush collected spans to the exporter agent. This is useful for ensuring...

semver-minor

## Summary Writes changed lines directly instead of using `eraseLine` first, preventing flickering effects during an incremental render. ## Commentary Tested this on the existing incremental rendering ink example. I...