Skip to main content

report_renderer_error

Function report_renderer_error 

Source
pub fn report_renderer_error(
    message: String,
    stack: Option<String>,
    component_stack: Option<String>,
)
Expand description

Renderer-side error reporter. The web error boundary calls this from componentDidCatch so the crash lands in the same rotating log file as everything else, instead of vanishing into the webview devtools console where no end user ever looks.