Skip to content

Commit 9d47b68

Browse files
next.js quick start guide (wizard) minor updates derived from feedback received on Manual Setup page (#12789)
1 parent cc5c5a5 commit 9d47b68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform-includes/getting-started-install/javascript.nextjs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This guide assumes that you enable all features and allow the wizard to create a
2828
- Creates config files with the default `Sentry.init()` calls for all runtimes (Node.js, Browser, and Edge)
2929
- Adds a Next.js instrumentation hook to your project (`instrumentation.ts`)
3030
- Creates or updates your Next.js config with the default Sentry settings
31+
- Creates error handling components (`global-error.(jsx|tsx)` and `_error.jsx` for the Pages Router) if they don't already exist
3132
- Creates `.sentryclirc` with an auth token to upload source maps (this file is automatically added to `.gitignore`)
3233
- Adds an example page and route to your application to help verify your Sentry setup
3334

platform-includes/getting-started-next-steps/javascript.nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Our next recommended steps for you are:
1010
- Get familiar with [Sentry's product features](/product) like tracing, insights, and alerts
1111
- Learn more about our [Vercel integration](/organization/integrations/deployment/vercel/)
1212

13-
<Expandable permalink={false} title="Did you experience any issues with this guide?">
13+
<Expandable permalink={false} title="Are you having problems setting up the SDK?">
1414

1515
- If you encountered issues with our installation wizard, try [setting up Sentry manually](/platforms/javascript/guides/nextjs/manual-setup/)
1616
- [Get support](https://sentry.zendesk.com/hc/en-us/)

0 commit comments

Comments
 (0)