Skip to content

Commit

Permalink
fix(js): Remove duplicated "latest SDK" prerequisite (#11354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 17, 2024
1 parent 4ad2852 commit 1f5508c
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/platforms/javascript/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
<PlatformSection notSupported={["javascript.capacitor", "javascript.cordova", "javascript.solid", "javascript.solidstart"]}>

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

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

## Prerequisites


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

</PlatformSection>

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

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

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

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

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

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

## Use
## Use

<PlatformContent includePath="getting-started-use" />
{" "}

</PlatformSection>
<PlatformContent includePath="getting-started-use" />

</PlatformSection>

## Verify

Expand Down

0 comments on commit 1f5508c

Please sign in to comment.