pub struct ErrorChainIntegration;
๐Deprecated: The
error_chain
integration is deprecated and will be removed in the future.Expand description
The Sentry error-chain
Integration.
Implementationsยง
Sourceยงimpl ErrorChainIntegration
impl ErrorChainIntegration
Sourcepub fn new() -> ErrorChainIntegration
pub fn new() -> ErrorChainIntegration
Creates a new error-chain
Integration.
Trait Implementationsยง
Sourceยงimpl Debug for ErrorChainIntegration
impl Debug for ErrorChainIntegration
Sourceยงimpl Default for ErrorChainIntegration
impl Default for ErrorChainIntegration
Sourceยงfn default() -> ErrorChainIntegration
fn default() -> ErrorChainIntegration
Returns the โdefault valueโ for a type. Read more
Sourceยงimpl Integration for ErrorChainIntegration
impl Integration for ErrorChainIntegration
Sourceยงfn setup(&self, cfg: &mut ClientOptions)
fn setup(&self, cfg: &mut ClientOptions)
Called whenever the integration is attached to a Client.
Sourceยงfn process_event(
&self,
event: Event<'static>,
options: &ClientOptions,
) -> Option<Event<'static>>
fn process_event( &self, event: Event<'static>, options: &ClientOptions, ) -> Option<Event<'static>>
The Integrations Event Processor Hook. Read more
Auto Trait Implementationsยง
impl Freeze for ErrorChainIntegration
impl RefUnwindSafe for ErrorChainIntegration
impl Send for ErrorChainIntegration
impl Sync for ErrorChainIntegration
impl Unpin for ErrorChainIntegration
impl UnwindSafe for ErrorChainIntegration
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more