Skip to content

Commit 1f5508c

Browse files
authored
fix(js): Remove duplicated "latest SDK" prerequisite (#11354)
1 parent 4ad2852 commit 1f5508c

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

docs/platforms/javascript/common/index.mdx

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<PlatformSection notSupported={["javascript.capacitor", "javascript.cordova", "javascript.solid", "javascript.solidstart"]}>
44

55
<Note>
6-
We've released v8 of the JavaScript SDKs. If you're using version
7-
7.x, we recommend upgrading to the latest version. Check out the [Migration
8-
docs](./migration/v7-to-v8/)
9-
to learn how to make the switch.
6+
We've released version 8 of the JavaScript SDKs. If you're using version 7.x,
7+
we recommend upgrading to the latest version. Check out the [Migration
8+
docs](./migration/v7-to-v8/) to learn how to make the switch.
109
</Note>
1110

1211
</PlatformSection>
@@ -27,9 +26,7 @@ Check out the other SDKs we support in the left-hand dropdown.
2726

2827
## Prerequisites
2928

30-
3129
- A [Sentry account](https://sentry.io/signup/) and [Project](/product/projects/).
32-
- **Recommended:** Latest version of our [JavaScript SDK](./migration/v7-to-v8/).
3330

3431
</PlatformSection>
3532

@@ -68,7 +65,7 @@ Select which Sentry features you'd like to install in addition to Error Monitori
6865
## Install
6966

7067
<PlatformCategorySection notSupported={["server"]}>
71-
<PlatformSection notSupported={["javascript", 'javascript.cordova']}>
68+
<PlatformSection notSupported={["javascript", "javascript.cordova"]}>
7269
<OnboardingOptionButtons
7370
options={["error-monitoring", "performance", "session-replay"]}
7471
/>
@@ -90,9 +87,9 @@ Select which Sentry features you'd like to install in addition to Error Monitori
9087
/>
9188
</PlatformSection>
9289

93-
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).
90+
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).
9491

95-
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
92+
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
9693

9794
<PlatformSection supported={["javascript.bun"]}>
9895
<OnboardingOptionButtons options={["error-monitoring", "performance"]} />
@@ -125,12 +122,13 @@ Sentry supports multiple versions of React Router. To learn how to configure the
125122

126123
<PlatformSection supported={["javascript.bun"]}>
127124

128-
## Use
125+
## Use
129126

130-
<PlatformContent includePath="getting-started-use" />
127+
{" "}
131128

132-
</PlatformSection>
129+
<PlatformContent includePath="getting-started-use" />
133130

131+
</PlatformSection>
134132

135133
## Verify
136134

0 commit comments

Comments
 (0)