File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
docs/platforms/javascript/guides/sveltekit Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -222,16 +222,11 @@ export default {
222222};
223223```
224224
225- ## Step 4: Cloudflare Pages Configuration (Optional)
226-
227- If you're deploying your application to Cloudflare Pages, you need to adjust your server-side setup.
228- Follow this guide to [ configure Sentry for Cloudflare] ( /platforms/javascript/guides/cloudflare/frameworks/sveltekit/ ) .
229-
230- ## Step 5: Avoid Ad Blockers With Tunneling (Optional)
225+ ## Step 4: Avoid Ad Blockers With Tunneling (Optional)
231226
232227<PlatformContent includePath = " getting-started-tunneling" />
233228
234- ## Step 6 : Verify Your Setup
229+ ## Step 5 : Verify Your Setup
235230
236231Let's test your setup and confirm that Sentry is working correctly and sending data to your Sentry project.
237232
@@ -316,6 +311,7 @@ Our next recommended steps for you are:
316311- Learn how to [ manually capture errors] ( /platforms/javascript/guides/sveltekit/usage/ )
317312- Continue to [ customize your configuration] ( /platforms/javascript/guides/sveltekit/configuration/ )
318313- Learn how to [ manually instrument] ( /platforms/javascript/guides/sveltekit/apis#load-function-instrumentation ) SvelteKit-specific features
314+ - Learn more about [ deploying SvelteKit apps to Cloudflare Pages] ( /platforms/javascript/guides/cloudflare/frameworks/sveltekit/ )
319315- Get familiar with [ Sentry's product features] ( /product/ ) like tracing, insights, and alerts
320316
321317<Expandable permalink = { false } title = " Are you having problems setting up the SDK?" >
You can’t perform that action at this time.
0 commit comments