Skip to content

Commit 28a9807

Browse files
authored
[codex-analytics] refactor analytics to use reducer architecture (#16225)
- rework codex analytics crate to use reducer / publish architecture - in anticipation of extensive codex analytics
1 parent 9313c49 commit 28a9807

File tree

5 files changed

+418
-384
lines changed

5 files changed

+418
-384
lines changed

codex-rs/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codex-rs/analytics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ path = "src/lib.rs"
1313
workspace = true
1414

1515
[dependencies]
16+
codex-app-server-protocol = { workspace = true }
1617
codex-git-utils = { workspace = true }
1718
codex-login = { workspace = true }
1819
codex-plugin = { workspace = true }

0 commit comments

Comments
 (0)