Skip to content

Commit abbeca1

Browse files
committed
minor text updates to improve clarity
1 parent 25b37d9 commit abbeca1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ The wizard then guides you through the setup process, asking you to enable addit
2121

2222
</Expandable>
2323

24-
<Alert level="warning" title="Important">
25-
26-
This guide assumes that you enable all features and allow the wizard to create an example page and route. Keep this in mind as you proceed.
27-
28-
</Alert>
29-
30-
You can always add or remove features manually later if needed. Though, the earlier you set these up, the better.
24+
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, but setting them up now will save you the effort of configuring them manually later.
3125

3226
<Expandable title="What does the installation wizard change inside your application?">
3327

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Step 2: Verify Your Setup
22

3-
<Expandable title="Are you developing with Turbopack?">
3+
<Expandable level="warning" title="Are you developing with Turbopack?">
44

55
The Sentry SDK doesn't fully support `next dev --turbo` as Turbopack is still under development. This means that the Sentry SDK will not capture any data for the frontend. Other than that, your devserver should be fully operational.
66

@@ -10,7 +10,7 @@ Check the latest information on [Sentry's support for Turbopack on GitHub](https
1010

1111
If you haven't tested your setup yet, let's do it now. You can confirm that Sentry is working properly and sending data to your Sentry project by using the example page and route created by the installation wizard.
1212

13-
1. Open the example page `/sentry-example-page`.
13+
1. Open the example page `/sentry-example-page` in your browser.
1414
2. Click the "Throw error" button. This triggers two errors:
1515
- a frontend error
1616
- an error within the API route

0 commit comments

Comments
 (0)