-
-
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
feat(nextjs): Support Next.js v12 #4093
Conversation
Hey @KATT, thank you for your contribution! We will merge this in once we fully validate that Next 12 works as expected with our SDK, which we are actively working on right now. |
There is an open issue related to Next.js v12. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need this merged because it breaks npm installs
Really need this one, otherwise I have to go for react version & webpack plugin... |
Hi, Would it be possible to provide a timeline when sentry supports next 12? with Vercel. I fully understand that it's not as simple as changing the peerDependency version ROFL. But right now we can only remove the sentry logging since we don't know how long we have to wait. |
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Still waiting for this. |
^12.0
in peerDependencies
Thanks for your contribution, @KATT! This has been merged and released, and it's available in v6.16.1. |
Co-authored-by: iker barriocanal <32816711+iker-barriocanal@users.noreply.github.com>
Before submitting a pull request, please take a look at our
Contributing guidelines and verify:
If you've added code that should be tested, please add tests.Ensure your code lints and the test suite passes (yarn lint
) & (yarn test
).