From 1f5508c8a61c096d905b4d38401444c7c8c22f58 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 17 Sep 2024 08:51:38 +0200 Subject: [PATCH] fix(js): Remove duplicated "latest SDK" prerequisite (#11354) --- docs/platforms/javascript/common/index.mdx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/platforms/javascript/common/index.mdx b/docs/platforms/javascript/common/index.mdx index 19cea3118cae3..60aa4821f1a79 100644 --- a/docs/platforms/javascript/common/index.mdx +++ b/docs/platforms/javascript/common/index.mdx @@ -3,10 +3,9 @@ - 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. @@ -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/). @@ -68,7 +65,7 @@ Select which Sentry features you'd like to install in addition to Error Monitori ## Install - + @@ -90,9 +87,9 @@ Select which Sentry features you'd like to install in addition to Error Monitori /> - 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. @@ -125,12 +122,13 @@ Sentry supports multiple versions of React Router. To learn how to configure the - ## Use +## Use - +{" "} - + + ## Verify