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
Copy file name to clipboardExpand all lines: platform-includes/getting-started-next-steps/javascript.nextjs.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Next Steps
2
2
3
-
You should now have integrated Sentry into your Next.js application and should already be sending error and performance data to your Sentry project.
3
+
At this point, you should have integrated Sentry into your Next.js application and should already be sending error and performance data to your Sentry project.
4
4
5
5
Now's a good time to customize your setup and look into more advanced topics.
Copy file name to clipboardExpand all lines: platform-includes/getting-started-verify/javascript.nextjs.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
<Expandablelevel="warning"title="Are you developing with Turbopack?">
4
4
5
-
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.
5
+
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 from your frontend. Other than that, your dev server should be fully operational.
6
6
7
7
Check the latest information on [Sentry's support for Turbopack on GitHub](https://github.com/getsentry/sentry-javascript/issues/8105).
8
8
9
9
</Expandable>
10
10
11
-
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.
11
+
If you haven't tested your configuration 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.
12
12
13
-
1. Open the example page `/sentry-example-page` in your browser.
13
+
1. Open the example page `/sentry-example-page` in your browser. For most Next.js applications, this will be at localhost.
14
14
2. Click the "Throw error" button. This triggers two errors:
0 commit comments