pub fn event_from_panic_info(info: &PanicInfo<'_>) -> Event<'static>
Expand description

Creates an event from the given panic info.

The stacktrace is calculated from the current frame.