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: VisibilityState type for typescript >4.6 #3741

Merged
merged 3 commits into from
Apr 20, 2023

Conversation

martinkuba
Copy link
Contributor

This is the same fix as for BatchSpanProcessor tests in #3636, but for logs.

The VisibilityState type was renamed to DocumentVisibilityState in typescript 4.6. Once typescript is updated, we should change this temporary type to DocumentVisibilityState. The reason for adding this now is because packages from this repo are merged into the sandbox repo which uses a newer version of typescript.

@martinkuba martinkuba requested a review from a team April 18, 2023 22:07
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #3741 (7387981) into main (61aae10) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 7387981 differs from pull request most recent head 1668b9f. Consider uploading reports for the commit 1668b9f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3741      +/-   ##
==========================================
+ Coverage   93.44%   93.45%   +0.01%     
==========================================
  Files         290      290              
  Lines        8845     8845              
  Branches     1834     1834              
==========================================
+ Hits         8265     8266       +1     
+ Misses        580      579       -1     

see 1 file with indirect coverage changes

Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙂

@pichlermarc pichlermarc merged commit de354db into open-telemetry:main Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants