From 43c57bce041f156c33296c685c10d3e29e89a108 Mon Sep 17 00:00:00 2001 From: Sarah Mischinger Date: Thu, 20 Feb 2025 14:43:37 +0100 Subject: [PATCH] minor updates derived from feedback received on Manual Setup page --- platform-includes/getting-started-install/javascript.nextjs.mdx | 1 + .../getting-started-next-steps/javascript.nextjs.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platform-includes/getting-started-install/javascript.nextjs.mdx b/platform-includes/getting-started-install/javascript.nextjs.mdx index 810b56e4a3191..d726244e83ca3 100644 --- a/platform-includes/getting-started-install/javascript.nextjs.mdx +++ b/platform-includes/getting-started-install/javascript.nextjs.mdx @@ -28,6 +28,7 @@ This guide assumes that you enable all features and allow the wizard to create a - Creates config files with the default `Sentry.init()` calls for all runtimes (Node.js, Browser, and Edge) - Adds a Next.js instrumentation hook to your project (`instrumentation.ts`) - Creates or updates your Next.js config with the default Sentry settings +- Creates error handling components (`global-error.(jsx|tsx)` and `_error.jsx` for the Pages Router) if they don't already exist - Creates `.sentryclirc` with an auth token to upload source maps (this file is automatically added to `.gitignore`) - Adds an example page and route to your application to help verify your Sentry setup diff --git a/platform-includes/getting-started-next-steps/javascript.nextjs.mdx b/platform-includes/getting-started-next-steps/javascript.nextjs.mdx index 0df6191599bc5..294fe53720f9e 100644 --- a/platform-includes/getting-started-next-steps/javascript.nextjs.mdx +++ b/platform-includes/getting-started-next-steps/javascript.nextjs.mdx @@ -10,7 +10,7 @@ Our next recommended steps for you are: - Get familiar with [Sentry's product features](/product) like tracing, insights, and alerts - Learn more about our [Vercel integration](/organization/integrations/deployment/vercel/) - + - If you encountered issues with our installation wizard, try [setting up Sentry manually](/platforms/javascript/guides/nextjs/manual-setup/) - [Get support](https://sentry.zendesk.com/hc/en-us/)