zed/crates/db/src
Joseph T. Lyons ca4980df02
Add system_id (#18040)
This PR adds `system_id` to telemetry, which is contained within a new
`global` database (accessible by any release channel of Zed on a single
system). This will help us get a more accurate understanding of user
count, instead of relying on `installationd_id`, which is different per
release channel. This doesn't solve the problem of a user with multiple
machines, but it gets us closer.

Release Notes:

- N/A
2024-09-19 07:20:27 -04:00
..
db.rs Add system_id (#18040) 2024-09-19 07:20:27 -04:00
kvp.rs Add system_id (#18040) 2024-09-19 07:20:27 -04:00
query.rs Always remember the last window size and position (#9416) 2024-03-15 14:24:44 -07:00