Skip to content

docs(js): Use split layout in Nuxt quick start guides#17287

Open
inventarSarah wants to merge 6 commits intomasterfrom
smi/quick-start/split-layout-nuxt
Open

docs(js): Use split layout in Nuxt quick start guides#17287
inventarSarah wants to merge 6 commits intomasterfrom
smi/quick-start/split-layout-nuxt

Conversation

@inventarSarah
Copy link
Copy Markdown
Collaborator

DESCRIBE YOUR PR

This branch updates the following quick start guides to use the new split layout:

  • Nuxt wizard
  • Nuxt manual setup
  • Nuxt on Cloudflare

I also created new include files for the split layout, which I'll clean up once all guides are updated :)

Closes: #17264

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.):
  • Other deadline:
  • 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

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment Apr 9, 2026 11:46am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Apr 9, 2026 11:46am

Request Review

Copy link
Copy Markdown
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Include and heading misplaced inside SplitLayout container
    • I moved the SplitLayout closing tag above the Vite loadEnv include and wrapped the client-side source maps section in its own SplitLayout so only SplitSection children remain inside each layout container.

Create PR

Or push these changes by commenting:

@cursor push 6fa17217dc
Preview (6fa17217dc)
diff --git a/platform-includes/getting-started-complete/javascript.nuxt.mdx b/platform-includes/getting-started-complete/javascript.nuxt.mdx
--- a/platform-includes/getting-started-complete/javascript.nuxt.mdx
+++ b/platform-includes/getting-started-complete/javascript.nuxt.mdx
@@ -373,11 +373,13 @@
 
 </SplitSectionCode>
 </SplitSection>
+</SplitLayout>
 
 <Include name="vite-loadenv-hint-splitlayout.mdx" />
 
 #### Enable Client-Side Source Maps
 
+<SplitLayout>
 <SplitSection>
 <SplitSectionText>

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 853fe5e. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nuxt quick start guide split layout

1 participant