You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
+
20
24
## General
21
25
22
26
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