From 0d6331db0a5487e7c02f48cc6841cb917e3d4d94 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 15 Dec 2021 21:56:09 -0500 Subject: [PATCH] docs(nextjs): Update README to indicate Next 12 support In https://github.com/getsentry/sentry-javascript/pull/4110 we added the note as we didn't support Next 12, but now with https://github.com/getsentry/sentry-javascript/pull/4093 merged, we can update this. --- packages/nextjs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/README.md b/packages/nextjs/README.md index 40020b556e10..19660295f666 100644 --- a/packages/nextjs/README.md +++ b/packages/nextjs/README.md @@ -19,7 +19,7 @@ ## Compatibility -Currently, the Sentry Next.js SDK supports Next.js versions `10.0.8` - `11.1.3`. The SDK may work with some projects using Next.js 12, but it is not yet officially supported. +Currently, the minimum Next.js supported version is `10.0.8`. ## General