Skip to content

Commit c2fcf71

Browse files
authored
chore(nextjs): Add compatibility note to README (#4110)
There are a number of changes in Next 12 which have the potential to break folks using our SDK. Until we make changes to fix that, this clarifies what users can expect to work and not.
1 parent d136f4e commit c2fcf71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/nextjs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/nextjs/)
1818
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
1919

20+
## Compatibility
21+
22+
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.
23+
2024
## General
2125

2226
This package is a wrapper around `@sentry/node` for the server and `@sentry/react` for the client, with added functionality related to Next.js.

0 commit comments

Comments
 (0)