Created by: hipstersmoothie
Enables calling reportRuntimeError
to display a full stack trace.
- factor out crashWithFrames
- expose reportRuntimeError
closes #4705 (closed)
My Usage:
{
onError: e => reportRuntimeError(e)
}
Result:
Created by: hipstersmoothie
Enables calling reportRuntimeError
to display a full stack trace.
closes #4705 (closed)
My Usage:
{
onError: e => reportRuntimeError(e)
}
Result: