opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

[api-logs] remove unnecessary exports

Open pichlermarc opened this issue 5 months ago • 2 comments
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

pichlermarc avatar Jun 02 '25 08:06 pichlermarc