Discussed at the SIG, its really confusing to have the sdk term for @opentelemetry/node and @opentelemetry/web (which are the tracing sdks) and the "sdk" term of package with more components (ex: @opentelemetry/sdk-node).
I think we should have:
@opentelemetry/node-tracing which is the node tracing sdk
@opentelemetry/browser-tracing which is the browser tracing sdk
@opentelemetry/node-sdk which bundle every signal SDKs
@opentelemetry/browser-sdk same as node sdk but for browser
@opentelemetry/node-sdk-all with all components as dependencies
@opentelemetry/browser-sdk-all with all components as dependencies
Discussed at the SIG, its really confusing to have the sdk term for
@opentelemetry/nodeand@opentelemetry/web(which are the tracing sdks) and the "sdk" term of package with more components (ex:@opentelemetry/sdk-node).I think we should have:
@opentelemetry/node-tracingwhich is the node tracing sdk@opentelemetry/browser-tracingwhich is the browser tracing sdk@opentelemetry/node-sdkwhich bundle every signal SDKs@opentelemetry/browser-sdksame as node sdk but for browser@opentelemetry/node-sdk-allwith all components as dependencies@opentelemetry/browser-sdk-allwith all components as dependencies