Enum sentry_tracing::EventFilter
source · [−]pub enum EventFilter {
Ignore,
Breadcrumb,
Event,
Exception,
}Expand description
The action that Sentry should perform for a Metadata
Variants
Ignore
Ignore the Event
Breadcrumb
Create a [Breadcrumb] from this Event
Event
Create a message [sentry_core::protocol::Event] from this Event
Exception
Create an exception [sentry_core::protocol::Event] from this Event
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventFilter
impl Send for EventFilter
impl Sync for EventFilter
impl Unpin for EventFilter
impl UnwindSafe for EventFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
