Segment
as the data aggregation library for all our analytics. The entire code is entirely visible and can be seen at zenml_analytics.py
. The main function is the track
function that triggers a Segment Analytics Track event, which runs on a separate background thread from the main thread.zenml_analytics.py
file in the GitHub repository.