Open
Description
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
opentelemetry-js/experimental/packages/api-logs/src/index.ts
Lines 17 to 29 in 22bc5ba