Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sdk-trace-base): always wait on pending export in SimpleSpanProcessor #5303

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Cleanup

2be6d4e
Select commit
Loading
Failed to load commit list.
Open

fix(sdk-trace-base): always wait on pending export in SimpleSpanProcessor #5303

Cleanup
2be6d4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2025 in 0s

94.55% (+0.00%) compared to f927e82

View this Pull Request on Codecov

94.55% (+0.00%) compared to f927e82

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.55%. Comparing base (f927e82) to head (2be6d4e).

Files with missing lines Patch % Lines
...y-sdk-trace-base/src/export/SimpleSpanProcessor.ts 92.30% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5303   +/-   ##
=======================================
  Coverage   94.54%   94.55%           
=======================================
  Files         318      318           
  Lines        8052     8043    -9     
  Branches     1694     1690    -4     
=======================================
- Hits         7613     7605    -8     
+ Misses        439      438    -1     
Files with missing lines Coverage Δ
...y-sdk-trace-base/src/export/SimpleSpanProcessor.ts 93.75% <92.30%> (+1.06%) ⬆️