[core-tracing] Make it so opentelemetry/api can be removed when bundling #15217
Labels
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Currently core-tracing non-optionally uses opentelemetry/api which will cause it to be included when bundled by rollup or webpack, for instance.
To be more friendly to size constraints we should make it so you can use core-tracing interfaces without being locked into bundling opentelemetry (for instance, if your application already has a tracing/telemetry solution).
The text was updated successfully, but these errors were encountered: