Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you set up the Sentry SDK and it's not sending any data to Sentry:
<Expandable permalink title="Updating to a new Sentry SDK version">

If you update your Sentry SDK to a new major version, you might encounter breaking changes that need some adaption on your end.
Check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn everything you need
Check out our <PlatformLink to="/migration/v10-to-v11/">migration guide</PlatformLink> to learn everything you need
to know to get up and running again with the latest Sentry features.

</Expandable>
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/angular/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You need:

Run the command for your preferred package manager to add the Sentry SDK to your application.

If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes.
If you're updating your Sentry SDK to the latest version, check out our <PlatformLink to="/migration/v10-to-v11/">migration guide</PlatformLink> to learn more about breaking changes.

</SplitSectionText>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ yarn add @sentry/sveltekit
pnpm add @sentry/sveltekit
```

If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes.
If you're updating your Sentry SDK to the latest version, check out our <PlatformLink to="/migration/v10-to-v11/">migration guide</PlatformLink> to learn more about breaking changes.

## Step 2: Configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Choose the features you want to configure, and this guide will show you how:

Run the command for your preferred package manager to add the Sentry SDK to your application:

If you're updating your Sentry SDK to the latest version, check out our [migration guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md) to learn more about breaking changes.
If you're updating your Sentry SDK to the latest version, check out our <PlatformLink to="/migration/v10-to-v11/">migration guide</PlatformLink> to learn more about breaking changes.

</SplitSectionText>

Expand Down
5 changes: 2 additions & 3 deletions platform-includes/getting-started-install/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Next, place the script tag before all other scripts in your app.

<Alert>
If you're updating your Sentry SDK to the latest version, check out our
[migration
guide](https://github.com/getsentry/sentry-javascript/blob/master/MIGRATION.md)
to learn more about breaking changes.
<PlatformLink to="/migration/v10-to-v11/">migration guide</PlatformLink> to
learn more about breaking changes.
</Alert>
Loading