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

refactor(otlp-transformer): use explicit exports #4785

Conversation

pichlermarc
Copy link
Member

This PR changes the exports of the @opentelemetry/otlp-transformer package to be explicit over export * from. This will help us reduce the API surface of the @opentelemetry/otlp-transformer package now that #4581 and #4542 is merged in and many of these types are not needed anymore.

By first converting to explicit exports, it will be easier to review future PRs that will remove those exports.

Part of #4583

@pichlermarc pichlermarc requested a review from a team June 12, 2024 08:09
@pichlermarc pichlermarc changed the title refactor(otlp-transformer): use explicit exports @pichlermarc refactor(otlp-transformer): use explicit exports Jun 12, 2024
@pichlermarc pichlermarc added this pull request to the merge queue Jun 12, 2024
Merged via the queue into open-telemetry:main with commit b5409d7 Jun 12, 2024
19 checks passed
@pichlermarc pichlermarc deleted the refactor/otlp-transformer-explicit-exports branch June 12, 2024 18:49
Zirak pushed a commit to Zirak/opentelemetry-js that referenced this pull request Sep 14, 2024
* refactor(otlp-transformer): use explicit exports

* chore: add changelog entry

* Update experimental/CHANGELOG.md

* Update experimental/CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants