File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -8,25 +8,30 @@ sig: OpenTelemetry JS
8
8
cSpell:ignore : Danielson
9
9
---
10
10
11
- Exciting news!
12
- [ OpenTelemetry JavaScript] ( https://github.com/open-telemetry/opentelemetry-js )
11
+ Exciting news:
12
+ [ OpenTelemetry JavaScript] ( /docs/languages/js/ )
13
13
has released
14
- [ SDK 2.0] ( https://github.com/open-telemetry/opentelemetry-js/releases ) !
14
+ [ SDK 2.0] ( https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0 ) !
15
15
16
- There is a
17
- [ migration guide] ( https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md )
18
- in the repository detailing breaking changes and steps for users to take to
19
- upgrade to the latest versions.
16
+ {{% alert-md title="Migration guide" color="info" %}}
17
+
18
+ For a detailed description of breaking changes, see the ** migration guide**
19
+ [ Upgrade to OpenTelemetry JS SDK 2.x] [ migration guide ] .
20
+
21
+ [ migration guide] :
22
+ https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md
23
+
24
+ {{% /alert-md %}}
20
25
21
26
## What is JS SDK 2.x?
22
27
23
- " JS SDK 2.x" encompasses new releases of the ` @opentelemetry/* ` JavaScript
28
+ JS SDK 2.x encompasses new releases of the ` @opentelemetry/* ` JavaScript
24
29
packages published from the
25
30
[ ` opentelemetry-js ` repository] ( https://github.com/open-telemetry/opentelemetry-js ) ,
26
31
except the API and semantic-conventions packages. The package versions for this
27
32
new major will be ` >=2.0.0 ` for the stable and ` >=0.200.0 ` for the unstable
28
33
packages. Details on the full list of packages can be found in the
29
- [ migration guide] ( https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md#what-is-js-sdk-2x ) .
34
+ [ migration guide] [ ] .
30
35
31
36
## What has changed?
32
37
You can’t perform that action at this time.
0 commit comments