Skip to main content

send_events

Function send_events 

Source
pub fn send_events(events: Vec<TelemetryEvent>)
Expand description

Send multiple telemetry events via a detached child process.

This is useful when you have collected multiple events and want to send them all in a single child process.