You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,21 +43,9 @@ Run the command for your preferred path to add Sentry to your application.
43
43
npx @sentry/wizard@latest -i nextjs
44
44
```
45
45
46
-
The wizard guides you through setup and can enable optional features beyond error monitoring. This guide assumes that you enable all features and allow the wizard to create an example page and route. You can add or remove features at any time.
46
+
The wizard then guides you through the setup process, asking you to enable additional (optional) Sentry features for your application beyond error monitoring.
<Expandabletitle="What does the installation wizard change inside your application?">
63
51
@@ -72,7 +60,7 @@ pnpm add @sentry/nextjs
72
60
73
61
## Configure
74
62
75
-
If you prefer to configure Sentry manually, here are the configuration files the wizard would create. Initialize Sentry as early as possible.
63
+
If you want to expand on your Sentry configuration by adding additional functionality, or manually instrument your application, here are the configuration files the wizard would create. Initialize Sentry as early as possible.
76
64
77
65
### Client-Side Configuration
78
66
@@ -312,8 +300,6 @@ Now, head over to your project on [Sentry.io](https://sentry.io) to view the col
0 commit comments