-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
@sentry/nextjs peerDependencies doesn't include Next.js 14 #9380
Comments
Will be fixed by #9379! Give us a bit to confirm that everything works as expected, we have to parse through this changelog 😓 https://github.com/vercel/next.js/releases/tag/v14.0.0 |
Hi @AbhiPrasad I came here because of hitting the same issue. Thank you for working on this. Hopefully a fix is released soon. How do I update to the fixed version? Just Also I'm wondering why we need to repeat this fix every time there's a new major version of Next.js? |
@ADTC Once the new version of the SDK is out,
It's not necessarily a fix, it's more like a feature. A new major version of a framework means that underlying APIs or architecture could change, and we want to make sure the Sentry SDK is compatible with all of those changes before saying our SDK supports Next 14. It would be irresponsible on our side to say we support any future major versions of Next.js without taking the time to test things and fully validate. We want to make sure error/performance/session replay/cron monitoring all works as intended! Sometimes we've even helped validate bugs in Next.js themselves. usually we have max 2-3 day turnaround between a new Next.js version releasing and us doing a SDK release, so appreciate the patience in the mean time. |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
7.75.1
Framework Version
14.0.0
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
Try to install the package while using
next@14.0.0
Expected Result
No
npm install
errorsActual Result
The text was updated successfully, but these errors were encountered: