opentelemetry-js
opentelemetry-js copied to clipboard
[api-logs] remove unnecessary exports
trafficstars
Description
The @opentelemetry/api-logs package currently exports a few types that we might be able to make internal. The goal of this issue is to identify these and then remove them where possible to minimize the API surface.
Examples of types that we may be able to remove from exports are:
- No-op implementations
- Proxying implementations
This issue is considered done when:
- unnecessary exports have been removed
Addtional context
Currently exported Types
https://github.com/open-telemetry/opentelemetry-js/blob/22bc5bac9bf1ab6300f826576c6f3f748522e157/experimental/packages/api-logs/src/index.ts#L17-L29