relay_event_normalization

Function normalize_event

source
pub fn normalize_event(
    event: &mut Annotated<Event>,
    config: &NormalizationConfig<'_>,
)
Expand description

Normalizes an event.

Normalization consists of applying a series of transformations on the event payload based on the given configuration.