pub fn panic_event_from<T>(msg: T) -> Event<'static>where T: ToString,
Send a panic msg to the sentry service.
msg