# `workflow-panic-hook` [github](https://github.com/workflow-rs/workflow-rs) [crates.io](https://crates.io/crates/workflow-panic-hook) [docs.rs](https://docs.rs/workflow-panic-hook) license ## Features This crate is based on [`console_error_panic_hook`](https://crates.io/crates/console_error_panic_hook) but provides two configuration modes - console output and a full page output, where the panic will create a full-screen `DIV` element in the browser window dumping the stack trace info in it. This is useful when debugging on devices without access to console output (such as mobile devices).