react-error-overlay expose report runtime error
Created by: hipstersmoothie
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