Skip to content

Commit f880f13

Browse files
Apply suggestions from code review
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
1 parent d0359b8 commit f880f13

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

content/en/blog/2025/otel-js-sdk-2-0.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,30 @@ sig: OpenTelemetry JS
88
cSpell:ignore: Danielson
99
---
1010

11-
Exciting news!
12-
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js)
11+
Exciting news:
12+
[OpenTelemetry JavaScript](/docs/languages/js/)
1313
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)!
1515

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 %}}
2025

2126
## What is JS SDK 2.x?
2227

23-
"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript
28+
JS SDK 2.x encompasses new releases of the `@opentelemetry/*` JavaScript
2429
packages published from the
2530
[`opentelemetry-js` repository](https://github.com/open-telemetry/opentelemetry-js),
2631
except the API and semantic-conventions packages. The package versions for this
2732
new major will be `>=2.0.0` for the stable and `>=0.200.0` for the unstable
2833
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][].
3035

3136
## What has changed?
3237

0 commit comments

Comments
 (0)