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(otlp-proto-exporter-base): add missing type import #3937

Merged
merged 3 commits into from
Jun 22, 2023

Conversation

pichlermarc
Copy link
Member

@pichlermarc pichlermarc commented Jun 22, 2023

Which problem is this PR solving?

See #3921, a type import is missing that causes compilation to fail when using any proto exporters.

Fixes #3921

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Manual testing

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #3937 (92a0caf) into main (19fb033) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 92a0caf differs from pull request most recent head 4e4f039. Consider uploading reports for the commit 4e4f039 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3937      +/-   ##
==========================================
+ Coverage   92.90%   92.91%   +0.01%     
==========================================
  Files         297      297              
  Lines        8838     8838              
  Branches     1815     1815              
==========================================
+ Hits         8211     8212       +1     
+ Misses        627      626       -1     

see 1 file with indirect coverage changes

@pichlermarc pichlermarc added bug Something isn't working priority:p1 Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etc labels Jun 22, 2023
@pichlermarc pichlermarc marked this pull request as ready for review June 22, 2023 11:53
@pichlermarc pichlermarc requested a review from a team June 22, 2023 11:53
@pichlermarc pichlermarc merged commit 9977de7 into open-telemetry:main Jun 22, 2023
@pichlermarc pichlermarc deleted the fix/3921 branch June 22, 2023 14:07
@@ -16,6 +16,7 @@ All notable changes to experimental packages in this project will be documented
### :bug: (Bug Fix)

* fix(exporter-logs-otlp-http): set useHex to true [#3875](https://github.com/open-telemetry/opentelemetry-js/pull/3875) @Nico385412
fix(otlp-proto-exporter-base): add missing type import [#3937](https://github.com/open-telemetry/opentelemetry-js/pull/3937) @pichlermarc
Copy link
Contributor

@llc1123 llc1123 Jun 26, 2023

Choose a reason for hiding this comment

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

You are missing a * here.

pichlermarc added a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:p1 Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typescript builds failing
3 participants