add todo
This commit is contained in:
parent
d25eed0bd2
commit
02a7c0be1e
@ -74,6 +74,7 @@ pub fn panic_handler(
|
||||
|
||||
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);
|
||||
|
||||
if summary.starts_with("panicked at 'WS Server panic") {
|
||||
|
Loading…
Reference in New Issue
Block a user