Function sentry_anyhow::event_from_error
source ยท pub fn event_from_error(err: &Error) -> Event<'static>
Expand description
Helper function to create an event from a anyhow::Error
.
pub fn event_from_error(err: &Error) -> Event<'static>
Helper function to create an event from a anyhow::Error
.