mirror of
https://github.com/openai/codex.git
synced 2026-05-03 10:56:37 +00:00
Include real OS info in metrics. (#10425)
calculated a hashed user ID from either auth user id or API key Also correctly populates OS. These will make our metrics more useful and powerful for analysis.
This commit is contained in:
@@ -91,7 +91,7 @@ pub use setup::SETUP_VERSION;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub use setup_error::extract_failure as extract_setup_failure;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub use setup_error::sanitize_tag_value as sanitize_setup_metric_tag_value;
|
||||
pub use setup_error::sanitize_setup_metric_tag_value;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub use setup_error::setup_error_path;
|
||||
#[cfg(target_os = "windows")]
|
||||
|
||||
Reference in New Issue
Block a user