diff --git a/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx b/docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx index a20991624a23c8..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 @@ -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..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 @@ -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