re_analytics::native::pipeline

Function append_event

Source
fn append_event(
    session_file: &mut File,
    analytics_id: &str,
    session_id: &str,
    event: AnalyticsEvent,
) -> Result<(), AnalyticsEvent>
Expand description

Appends the event to the active session_file.

On retriable errors, the event to retry is returned.