1
2
3
4
5
6
7
8
9
//! Event schema (Error, Transaction, Security) and types for event processing.

#![doc(
    html_logo_url = "https://raw.githubusercontent.com/getsentry/relay/master/artwork/relay-icon.png",
    html_favicon_url = "https://raw.githubusercontent.com/getsentry/relay/master/artwork/relay-icon.png"
)]

pub mod processor;
pub mod protocol;