mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
## Summary - move the analytics events client into codex-analytics - update codex-core and app-server callsites to use the new crate ## Testing - CI --------- Co-authored-by: Codex <noreply@openai.com>
9 lines
298 B
Rust
9 lines
298 B
Rust
mod analytics_client;
|
|
|
|
pub use analytics_client::AnalyticsEventsClient;
|
|
pub use analytics_client::AppInvocation;
|
|
pub use analytics_client::InvocationType;
|
|
pub use analytics_client::SkillInvocation;
|
|
pub use analytics_client::TrackEventsContext;
|
|
pub use analytics_client::build_track_events_context;
|