From c37e8add0009f91e2b344a149366edfdea9994cd Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Thu, 10 Jul 2025 10:43:07 +0200 Subject: [PATCH 1/2] docs(cloudflare): Remove install for Nuxt/SvelteKit --- .../javascript/guides/cloudflare/frameworks/nuxt.mdx | 6 +----- .../javascript/guides/cloudflare/frameworks/sveltekit.mdx | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx index a20991624a23c8..63800cbbff97c7 100644 --- a/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx +++ b/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx @@ -18,14 +18,10 @@ If the setup through the wizard doesn't work for you, you can also [set up the N -If you installed the SDK before, make sure that `@sentry/nuxt` version `9.34.0` or newer is installed. +If you installed the SDK before, make sure that `@sentry/nuxt` version `9.37.0` or newer is installed. -Now you can install the Sentry Cloudflare SDK with your package manager: - - - ## Setup diff --git a/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx index 98667c5ca8b03d..61f556ad804ad7 100644 --- a/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx +++ b/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx @@ -21,10 +21,6 @@ If you installed the SDK before, make sure that `@sentry/sveltekit` version `9.2 -Now you can install the Sentry Cloudflare SDK. First, install the SDK with your package manager: - - - ## Setup From dbea5ecb9bba279c52114598c3c48b4b9b957ffa Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Thu, 10 Jul 2025 14:53:14 +0200 Subject: [PATCH 2/2] review suggestion --- docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx | 2 +- .../javascript/guides/cloudflare/frameworks/sveltekit.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx index 63800cbbff97c7..ffa0e7412e3a56 100644 --- a/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx +++ b/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx @@ -8,7 +8,7 @@ This guide will show you how to set up the SDK with Nitro's `cloudflare-pages` d ## Install -First, install the Sentry Nuxt SDK in your application. We recommend using the Sentry wizard to automatically install the SDK: +We recommend using the Sentry wizard to automatically install the SDK in your application: ```bash npx @sentry/wizard@latest -i nuxt diff --git a/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx index 61f556ad804ad7..1d3aeafe83ab40 100644 --- a/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx +++ b/docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx @@ -7,7 +7,7 @@ If you're running your SvelteKit app on Cloudflare Pages, you need to configure ## Install -First, install the Sentry SvelteKit SDK in your application. We recommend using the Sentry wizard to automatically install the SDK: +We recommend using the Sentry wizard to automatically install the SDK in your application: ```bash npx @sentry/wizard@latest -i sveltekit