-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
(DRAFT - In Progress) Next.js: Expand getting started flow to include next steps and configs #14746
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
Draft
codyde
wants to merge
6
commits into
master
Choose a base branch
from
feat/nextjs-centralized-flow-clean
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+296
−162
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improves Next.js integration documentation with centralized guidance and comprehensive error handling: ## Documentation Improvements - Streamlined installation wizard flow with clearer feature selection - Enhanced configuration examples with detailed explanations - Improved error handling setup for both App Router and Pages Router - Better organized verification steps and troubleshooting ## Error Handling Components Added - App Router global error boundary examples - Pages Router error page templates - Nested server component error handling - Comprehensive error capture strategies ## Platform Includes Added - Next.js-specific tracing step 1 (enable) - Next.js-specific tracing step 2 (distributed) - Error handling templates for different Next.js patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Bundle ReportChanges will increase total bundle size by 1.8kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
- Refactor error handling examples for App Router and Pages Router to include Next.js-specific paths. - Introduce new documentation for custom global error components and error handling in nested React Server Components. - Remove outdated Hono and NestJS error handling documentation. - Add new files for capturing errors in Next.js App Router and Pages Router. This update enhances clarity and organization in the error handling section of the Next.js documentation.
…om/getsentry/sentry-docs into feat/nextjs-centralized-flow-clean * 'feat/nextjs-centralized-flow-clean' of https://github.com/getsentry/sentry-docs: Fix reference to span in processOrderBatch function (#14741) chore(java): Add docs on how to use tracePropagationTargets (#14752) docs(replay): Bring replay nav item to all apple platforms (#14710) User Feedback Basics Page (#14670) Update AM3 and legacy billing for logs GA, DO NOT MERGE BEFORE LOGS GA (#14589) Add LLMSteering component for hidden documentation instructions (#14744) New data retention policy page (#14661) Adding error prediction to Prevent AI docs (#14641)
These files were committed by mistake and should not be part of this PR. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improves Next.js integration documentation with centralized guidance and comprehensive error handling examples.
Key Documentation Improvements
Error Handling Components Added
Platform Includes Added
Files Modified
docs/platforms/javascript/guides/nextjs/index.mdx
- Main Next.js guidedocs/platforms/javascript/guides/nextjs/manual-setup.mdx
- Manual setup guideplatform-includes/getting-started-capture-errors/*
- Error handling templatesplatform-includes/performance/tracing-step*/javascript.nextjs.mdx
- Next.js tracing steps🤖 Generated with Claude Code