Skip to content

Commit 93972c5

Browse files
committed
Add npm link to node-core
1 parent 44c3ac0 commit 93972c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/javascript/common/migration/v9-to-v10.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Version 10 of the Sentry SDK has new compatibility ranges for runtimes and frame
2929

3030
All OpenTelemetry dependencies have been bumped to `2.x.x` / `0.20x.x` respectively and all OpenTelemetry instrumentations have been upgraded to their latest version.
3131

32-
If you cannot run with OpenTelmetry v2 versions, consider either staying on Version 9 of our SDKs or using `@sentry/node-core` instead, which ships with widened OpenTelemetry peer dependencies.
32+
If you cannot run with OpenTelmetry v2 versions, consider either staying on Version 9 of our SDKs or using [@sentry/node-core](https://www.npmjs.com/package/@sentry/node-core) instead, which ships with widened OpenTelemetry peer dependencies.
3333

3434
### AWS Lambda Layer Changes
3535

@@ -49,9 +49,9 @@ Sentry now follows Google's lead by also removing it.
4949

5050
The removal entails **no breaking API changes**. However, in rare cases, you might need to adjust some of your Sentry SDK and product setup:
5151

52-
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
53-
- If you set up Sentry Alerts that depend on FID, be aware that these could trigger once you upgrade the SDK, due to a lack of new values.
54-
To replace them, adjust your alerts (or dashbaords) to use INP.
52+
- Remove any logic in `beforeSend` or other filtering/event processing logic that depends on FID or replace it with INP logic.
53+
- If you set up Sentry Alerts that depend on FID, be aware that these could trigger once you upgrade the SDK, due to a lack of new values.
54+
To replace them, adjust your alerts (or dashbaords) to use INP.
5555

5656
</PlatformCategorySection>
5757

0 commit comments

Comments
 (0)