Function zebrad::sentry::panic_event_from
source ยท pub fn panic_event_from<T>(msg: T) -> Event<'static>where
T: ToString,
Expand description
Send a panic msg
to the sentry service.
pub fn panic_event_from<T>(msg: T) -> Event<'static>where
T: ToString,
Send a panic msg
to the sentry service.