Trait sentry_anyhow::AnyhowHubExt

source ·
pub trait AnyhowHubExt {
    // Required method
    fn capture_anyhow(&self, e: &Error) -> Uuid;
}
Expand description

Hub extension methods for working with anyhow.

Required Methods§

source

fn capture_anyhow(&self, e: &Error) -> Uuid

Captures an anyhow::Error on a specific hub.

Implementations on Foreign Types§

source§

impl AnyhowHubExt for Hub

source§

fn capture_anyhow(&self, anyhow_error: &Error) -> Uuid

Implementors§