Skip to content

Fix Next.js intro note to account for Next.js 12 support #4492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/includes/getting-started-primer/javascript.nextjs.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Note>

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.
Sentry's Next.js SDK enables automatic reporting of errors and exceptions.

</Note>

The Sentry Next.js SDK automatically catches errors and collects performance data from your app.
Currently, the minimum Next.js supported version is `10.0.8`.

Features:

Expand Down