Skip to content

Commit c3c1046

Browse files
authored
Update javascript.nextjs.mdx (#6455)
1 parent 90c95f1 commit c3c1046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/platform-includes/getting-started-primer/javascript.nextjs.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Features:
1313
- [Breadcrumbs](/platforms/javascript/enriching-events/breadcrumbs/) created for outgoing HTTP request with XHR and Fetch, and console logs
1414
- [Release health](/product/releases/health/) for tracking crash-free users and sessions
1515
- Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0`
16-
- Errors and Performance support for [Middleware](https://vercel.com/docs/concepts/functions/edge-middleware) and [Edge routes](https://vercel.com/docs/concepts/functions/edge-functions) in Vercels experimental edge runtime. Due to complexities with the experimental runtime, some features of errors like stacktraces may not be as expected.
16+
- Errors and Performance support for [Middleware](https://vercel.com/docs/concepts/functions/edge-middleware) and [Edge routes](https://vercel.com/docs/concepts/functions/edge-functions) in Vercel's edge runtime. Due to complexities with the runtime, some features of errors like stacktraces may not not be as expected. Requires <code>sentry.edge.config.js</code>, more info [here](https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#create-initialization-config-files)
17+
1718

1819
Under the hood the SDK relies on our [React SDK](/platforms/javascript/guides/react/) on the frontend and [Node SDK](/platforms/node) on the backend, which makes all features available in those SDKs also available in this SDK.
1920
Using a [custom server](https://nextjs.org/docs/advanced-features/custom-server) is currently not supported.

0 commit comments

Comments
 (0)