Enum sentry_tracing::EventFilter [−][src]
pub enum EventFilter {
Ignore,
Breadcrumb,
Event,
Exception,
}Expand description
The action that Sentry should perform for a Metadata
Variants
Ignore the Event
Create a [Breadcrumb] from this Event
Create a message [sentry_core::protocol::Event] from this Event
Create an exception [sentry_core::protocol::Event] from this Event
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventFilterimpl Send for EventFilterimpl Sync for EventFilterimpl Unpin for EventFilterimpl UnwindSafe for EventFilterBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more