Enum sentry_log::RecordMapping [−][src]
pub enum RecordMapping {
Ignore,
Breadcrumb(Breadcrumb),
Event(Event<'static>),
}Expand description
The type of Data Sentry should ingest for a log::Record.
Variants
Ignore the Record.
Adds the [Breadcrumb] to the Sentry scope.
Captures the [Event] to Sentry.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RecordMappingimpl Send for RecordMappingimpl Sync for RecordMappingimpl Unpin for RecordMappingimpl UnwindSafe for RecordMapping