diff --git a/docs/platforms/android/index.mdx b/docs/platforms/android/index.mdx index 9aaf0410419abb..787414f7a18c75 100644 --- a/docs/platforms/android/index.mdx +++ b/docs/platforms/android/index.mdx @@ -26,8 +26,6 @@ In addition to capturing errors, you can monitor interactions between multiple s Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below. -## Install - +## Install + Sentry captures data by using an SDK within your application's runtime. These are platform-specific and allow Sentry to have a deep understanding of how your application works. In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](https://docs.sentry.io/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](https://docs.sentry.io/product/explore/profiling/). To enable tracing and/or profiling, click the corresponding checkmarks to get the code snippets. diff --git a/docs/platforms/javascript/common/index.mdx b/docs/platforms/javascript/common/index.mdx index 0dcb9b107ea04d..04dabd5b21edd1 100644 --- a/docs/platforms/javascript/common/index.mdx +++ b/docs/platforms/javascript/common/index.mdx @@ -1,15 +1,5 @@ - - - - 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. - - - - @@ -26,33 +16,13 @@ Check out the other SDKs we support in the left-hand dropdown. ## Prerequisites -- A [Sentry account](https://sentry.io/signup/) and [Project](/product/projects/). - - - -Don't have a Sentry account? Sign up for [Sentry for free](https://sentry.io/signup/), then return to this page. - - - -If you prefer to follow video instructions, see [How to Install the Sentry JavaScript SDK in 60 Seconds](https://vimeo.com/899367471). - - - - - -If you prefer to follow video instructions, see [How to Install the Sentry React SDK in 60 Seconds](https://vimeo.com/899368791). - - - - - -If you prefer to follow video instructions, see [How to Install the Sentry Next.js SDK in 60 Seconds](https://vimeo.com/899368048). +* You need a Sentry [account](https://sentry.io/signup/) and [project](/product/projects/) - + ## Features @@ -66,13 +36,11 @@ 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/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/). @@ -124,8 +92,6 @@ Sentry supports multiple versions of React Router. To learn how to configure the ## Use -{" "} - diff --git a/docs/platforms/python/index.mdx b/docs/platforms/python/index.mdx index e1676d59385560..1585c5fbe8e28c 100644 --- a/docs/platforms/python/index.mdx +++ b/docs/platforms/python/index.mdx @@ -9,7 +9,7 @@ showIntegrationsInSearch: true ## Prerequisites -* You need a [Sentry account](https://sentry.io/signup/) and project +* You need a Sentry [account](https://sentry.io/signup/) and [project](/product/projects/) * Read one of our dedicated guides if you use any of the frameworks we support ## Features diff --git a/docs/platforms/ruby/common/index.mdx b/docs/platforms/ruby/common/index.mdx index 01d846594f3f73..ab91edea53f63f 100644 --- a/docs/platforms/ruby/common/index.mdx +++ b/docs/platforms/ruby/common/index.mdx @@ -1,12 +1,9 @@ - - -On this page, we get you up and running with Sentry's SDK. - -Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page. +## Prerequisites -If you prefer to follow video instructions, see [How to Install the Sentry Ruby SDK in 60 Seconds](https://vimeo.com/899369197). +* You need a Sentry [account](https://sentry.io/signup/) and [project](/product/projects/) +* Ruby 2.4+ and any of the most recent JRuby versions ## Features @@ -14,13 +11,11 @@ In addition to capturing errors, you can monitor interactions between multiple s Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below. -## Install - -Sentry captures data by using an SDK within your application’s runtime. +## Install diff --git a/platform-includes/getting-started-primer/javascript.astro.mdx b/platform-includes/getting-started-primer/javascript.astro.mdx index d4f4fcdabd4391..cb7ddaeb31f71c 100644 --- a/platform-includes/getting-started-primer/javascript.astro.mdx +++ b/platform-includes/getting-started-primer/javascript.astro.mdx @@ -6,10 +6,9 @@ This page walks you through adding Sentry to your Astro project, configuring it, Before we get started, make sure you have the following: -- A Sentry account. - - Don't have an account yet? Head over to [sentry.io](https://sentry.io/signup/), then return to this page. -- An Astro project that uses Astro `3.0.0` or newer. -- A Node runtime: +* You need a Sentry [account](https://sentry.io/signup/) and [project](/product/projects/) +* An Astro project that uses Astro `3.0.0` or newer. +* A Node runtime: - This SDK currently only works on Node runtimes (e.g. Node adapter, Vercel with Lambda functions). Non-Node runtimes, like Vercel's Edge runtime or Cloudflare Pages, are currently not supported. -- If you're using Astro's Netflify adapter (`@astrojs/netlify`), you need version `5.0.0` or newer. +* If you're using Astro's Netflify adapter (`@astrojs/netlify`), you need version `5.0.0` or newer. diff --git a/platform-includes/getting-started-primer/ruby.mdx b/platform-includes/getting-started-primer/ruby.mdx deleted file mode 100644 index fdb35a302464f5..00000000000000 --- a/platform-includes/getting-started-primer/ruby.mdx +++ /dev/null @@ -1,7 +0,0 @@ - - -Sentry's Ruby SDK allows users to report messages, exceptions, and tracing events. - -The SDK supports Ruby 2.4+ and the most recent JRuby versions. It also integrates with popular frameworks and libraries via library-specific gems. - -