This commit is contained in:
Bryan Stitt 2023-03-07 13:46:47 -08:00
parent d25eed0bd2
commit 02a7c0be1e

@ -74,6 +74,7 @@ pub fn panic_handler(
let backtrace = Backtrace::force_capture(); let backtrace = Backtrace::force_capture();
// TODO: try to send to sentry and then put the sentry link into the page
let details = format!("{:#?}\n{:#?}", panic_info, backtrace); let details = format!("{:#?}\n{:#?}", panic_info, backtrace);
if summary.starts_with("panicked at 'WS Server panic") { if summary.starts_with("panicked at 'WS Server panic") {