You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 dependenciesThe text was updated successfully, but these errors were encountered: