Function re_analytics::native::pipeline::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.