-
Notifications
You must be signed in to change notification settings - Fork 62
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): app router support #1071
Conversation
I also have an example project that I will push into the nextjs package with #1072. |
Error reported automatically on the server side, during a data fetching method. However, most of the context is missing because Next.js does not propagate server errors to the Honeybadger React Error Boundary (since it's on the client side). We can look into improving this with #1055. |
@BethanyBerkowitz Can I please get another round of review 🙏 ? Thanks! |
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.
Code looks good to me, I left minor questions / comments. Did you want me to test this in some way?
Are you referring to |
I don't think it's necessary at this point, but if you want to play with Next.js, feel free to do it! |
@BethanyBerkowitz Can you please approve, if you are happy with my replies 😄 ? |
Closes: #1070
Status
READY
Description
Adds support for the new App Router in Next.js.
Todos
.tsx
(Typescript) or.js
files