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: src/includes/getting-started-primer/javascript.nextjs.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,4 @@ Features:
15
15
- Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0`
16
16
17
17
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.
18
+
However, using a [custom server](https://nextjs.org/docs/advanced-features/custom-server) is not currently supported.
0 commit comments