Skip to content

docs(cloudflare): Remove install for Nuxt/SvelteKit #14315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,14 +18,10 @@ If the setup through the wizard doesn't work for you, you can also [set up the N

<Alert>

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.

</Alert>

Now you can install the Sentry Cloudflare SDK with your package manager:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that this is gone, we don't need to write "First, install the Sentry ..." in the first sentence under the "Install" heading.
I think we can just combine the first two sentences:

## Install
We recommend using the Sentry wizard to automatically install the SDK in your application:


<PlatformContent includePath="getting-started-install" />

## Setup

<PlatformContent includePath="getting-started-config" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,10 +21,6 @@ If you installed the SDK before, make sure that `@sentry/sveltekit` version `9.2

</Alert>

Now you can install the Sentry Cloudflare SDK. First, install the SDK with your package manager:
Copy link
Collaborator

@inventarSarah inventarSarah Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as for Nuxt:

Now that this is gone, we don't need to write "First, install the Sentry ..." in the first sentence under the "Install" heading.
I think we can just combine the first two sentences:

## Install
We recommend using the Sentry wizard to automatically install the SDK in your application:


<PlatformContent includePath="getting-started-install" />

## Setup

<PlatformContent includePath="getting-started-config" />
Expand Down