From f3649df1bc100801d169a2ed0362d73d526a29c2 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 15 Dec 2021 22:11:09 -0500 Subject: [PATCH] docs(nextjs): Update README to indicate Next 12 support (#4310) 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