From 2e7620af67c4e4517f43c9ecea82b8b79e406b89 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 21 Feb 2025 16:17:23 -0800 Subject: [PATCH] tracing sdk changes section --- doc/upgrade-to-2.x.md | 105 ++++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 50 deletions(-) diff --git a/doc/upgrade-to-2.x.md b/doc/upgrade-to-2.x.md index 402ab48d73..2cb01b0f72 100644 --- a/doc/upgrade-to-2.x.md +++ b/doc/upgrade-to-2.x.md @@ -9,7 +9,10 @@ If you have any questions about the 2.x changes, please ask! You can reach the O ## What is JS SDK 2.x? -"JS SDK 2.x" encompasses new releases of packages published from the from opentelemetry-js.git repository (except the API and semantic-conventions packages) -- categories 3 and 4 in the groupings below. The package versions for this new major will be `>=2.0.0` for the stable and `>=0.200.0` for the unstable packages. (The jump to `0.200.x` was intentional, to hopefully help signal that these packages are in the "2.x generation".) +"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript packages published from the from [opentelemetry-js.git](https://github.com/open-telemetry/opentelemetry-js) repository (except the API and semantic-conventions packages) -- categories 3 and 4 in the groupings below. The package versions for this new major will be `>=2.0.0` for the stable and `>=0.200.0` for the unstable packages. (The jump to `0.200.x` was intentional, to hopefully help signal that these packages are in the "2.x generation".) + +
+Categories of OpenTelemetry JS packages The OpenTelemetry JS SIG is responsible for numerous packages, all published to npm under the `@opentelemetry/` org, and developed in two git repositories: [opentelemetry-js.git](https://github.com/open-telemetry/opentelemetry-js) (sometimes called the "core" repo) and [opentelemetry-js-contrib.git](https://github.com/open-telemetry/opentelemetry-js-contrib) (the "contrib" repo). For the sake of this document, these packages can be grouped into these categories: @@ -21,6 +24,9 @@ The OpenTelemetry JS SIG is responsible for numerous packages, all published to "JS SDK 2.x" refers to categories 3 and 4. +
+ +