-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
react-error-overlay expose report runtime error #4705
Comments
I'm currently implementing react-error-overlay in Next.js and this would be a nice addition as currently, we have to throw an unhandled rejection which will end up in the error message ( |
@timneutkens merged! |
Thanks @hipstersmoothie, if you want you can implement the reporting in Next.js 💯 |
I have some error that are caught by my app and call an onError function. I have the message and the stack trace inside this function. I can call reportBuildError but this doesn't use the stack trace at all.
I would like to have reportRuntimeError exposed so i can display the stack trace as well or the ability to include a stacktrace in the build error
The text was updated successfully, but these errors were encountered: