From d845df52abfa357afa2dc8bd879ac69a2237ec13 Mon Sep 17 00:00:00 2001 From: iker barriocanal <32816711+iker-barriocanal@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:04:34 +0200 Subject: [PATCH 1/2] Clarify not supported Next.js features --- src/includes/getting-started-primer/javascript.nextjs.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/includes/getting-started-primer/javascript.nextjs.mdx b/src/includes/getting-started-primer/javascript.nextjs.mdx index e3b45976d6a99..2fb46426f4612 100644 --- a/src/includes/getting-started-primer/javascript.nextjs.mdx +++ b/src/includes/getting-started-primer/javascript.nextjs.mdx @@ -15,3 +15,4 @@ Features: - Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0` 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. +However, some Next.js features aren't currently supported, such as using a [custom server](https://nextjs.org/docs/advanced-features/custom-server). From ed2a5a16d16c6a8e4847aa3df8d9a652ce3a228c Mon Sep 17 00:00:00 2001 From: iker barriocanal <32816711+iker-barriocanal@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:59:18 +0200 Subject: [PATCH 2/2] feedback --- src/includes/getting-started-primer/javascript.nextjs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/getting-started-primer/javascript.nextjs.mdx b/src/includes/getting-started-primer/javascript.nextjs.mdx index 2fb46426f4612..f3c081bc98118 100644 --- a/src/includes/getting-started-primer/javascript.nextjs.mdx +++ b/src/includes/getting-started-primer/javascript.nextjs.mdx @@ -15,4 +15,4 @@ Features: - Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0` 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. -However, some Next.js features aren't currently supported, such as using a [custom server](https://nextjs.org/docs/advanced-features/custom-server). +However, using a [custom server](https://nextjs.org/docs/advanced-features/custom-server) is not currently supported.