mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
d273efc0f3
## 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;
|