Description
SDK
JavaScript SDK
Description
Now that we have the APIs page, we can revisit our Next.js Quick Start guide (manual setup) and remove/move API-related content that we decided should not be included in it.
Suggested Solution
Remove the following content from the Next.js manual setup page:
- Instrument Next.js Server Actions
- Configure Server-side Auto-instrumentation
- wrapApiHandlerWithSentry, wrapGetInitialPropsWithSentry, wrapGetServerSidePropsWithSentry, wrapGetStaticPropsWithSentry , wrapErrorGetInitialPropsWithSentry, wrapAppGetInitialPropsWithSentry, wrapDocumentGetInitialPropsWithSentry
Update the Next Steps list to include links to APIs page for server-side auto-instrumentation and instrumenting server actions
We need to make sure not to lose content. This means we need to update the APIs page with content from the current manual setup page if it's missing.
Related: #12487