Skip to content

Commit 580b805

Browse files
s1gr1dlucas-zimerman
authored andcommitted
docs(cloudflare): Remove install for Nuxt/SvelteKit (#14315)
## DESCRIBE YOUR PR Remove the Cloudflare install as it's automatically installed. Merged after this is released: getsentry/sentry-javascript#16873 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 234887a commit 580b805

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docs/platforms/javascript/guides/cloudflare/frameworks/nuxt.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide will show you how to set up the SDK with Nitro's `cloudflare-pages` d
88

99
## Install
1010

11-
First, install the Sentry Nuxt SDK in your application. We recommend using the Sentry wizard to automatically install the SDK:
11+
We recommend using the Sentry wizard to automatically install the SDK in your application:
1212

1313
```bash
1414
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
1818

1919
<Alert>
2020

21-
If you installed the SDK before, make sure that `@sentry/nuxt` version `9.34.0` or newer is installed.
21+
If you installed the SDK before, make sure that `@sentry/nuxt` version `9.37.0` or newer is installed.
2222

2323
</Alert>
2424

25-
Now you can install the Sentry Cloudflare SDK with your package manager:
26-
27-
<PlatformContent includePath="getting-started-install" />
28-
2925
## Setup
3026

3127
<PlatformContent includePath="getting-started-config" />

docs/platforms/javascript/guides/cloudflare/frameworks/sveltekit.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you're running your SvelteKit app on Cloudflare Pages, you need to configure
77

88
## Install
99

10-
First, install the Sentry SvelteKit SDK in your application. We recommend using the Sentry wizard to automatically install the SDK:
10+
We recommend using the Sentry wizard to automatically install the SDK in your application:
1111

1212
```bash
1313
npx @sentry/wizard@latest -i sveltekit
@@ -21,10 +21,6 @@ If you installed the SDK before, make sure that `@sentry/sveltekit` version `9.2
2121

2222
</Alert>
2323

24-
Now you can install the Sentry Cloudflare SDK. First, install the SDK with your package manager:
25-
26-
<PlatformContent includePath="getting-started-install" />
27-
2824
## Setup
2925

3026
<PlatformContent includePath="getting-started-config" />

0 commit comments

Comments
 (0)