pub fn panic_event_from<T>(msg: T) -> Event<'static>where
    T: ToString,
Expand description

Send a panic msg to the sentry service.