Enum sentry_tracing::EventMapping [−][src]
pub enum EventMapping {
Ignore,
Breadcrumb(Breadcrumb),
Event(Event<'static>),
}Expand description
The type of data Sentry should ingest for a Event
Variants
Ignore the Event
Adds the [Breadcrumb] to the Sentry scope.
Captures the [sentry_core::protocol::Event] to Sentry.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventMappingimpl Send for EventMappingimpl Sync for EventMappingimpl Unpin for EventMappingimpl UnwindSafe for EventMapping