Struct sentry_panic::PanicIntegration
source · [−]pub struct PanicIntegration { /* private fields */ }Expand description
The Sentry Panic handler Integration.
Implementations
Registers a new extractor.
Creates an event from the given panic info.
The stacktrace is calculated from the current frame.
Trait Implementations
Returns the “default value” for a type. Read more
Called whenever the integration is attached to a Client.
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
