-
Notifications
You must be signed in to change notification settings - Fork 805
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: avoid grpc types dependency #3551
Conversation
Avoid a dependency to grpc types by moving the into a internal-types.ts file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing this! 🙂
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3551 +/- ##
==========================================
- Coverage 93.80% 92.81% -1.00%
==========================================
Files 249 133 -116
Lines 7640 3227 -4413
Branches 1589 666 -923
==========================================
- Hits 7167 2995 -4172
+ Misses 473 232 -241
|
Failing test seemed unrelated to this PR (looks like a network connectivity problem); it should be gone after the rebase 🙂 |
@open-telemetry/javascript-maintainers Any chance to move this forward? Currently contrib updates to latest SDK is blocked because of this (see open-telemetry/opentelemetry-js-contrib#1358) |
@Flarna i'm back from vacation now i'll get this out asap |
Which problem is this PR solving?
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #3548
Refs: #3386
Refs: open-telemetry/opentelemetry-js-contrib#1358
Short description of the changes
Avoid a dependency to grpc types by moving the into a internal-types.ts file.
Type of change
How Has This Been Tested?
Local compile and look into resulting .d.ts files
Checklist: