ZIm/crates/client/src
Anthony Eid 255bb0a3f8
telemetry: Reduce the amount of telemetry events fired (#36060)
1. Extension loaded events are now condensed into a single event with a
Vec of (extension_id, extension_version) called id_and_versions.
2. Editor Saved & AutoSaved are merged into a singular event with a type
field that is either "manual" or "autosave”.
3. Editor Edited event will only fire once every 10 minutes now.
4. Editor Closed event is fired when an editor item (tab) is removed
from a pane



cc: @katie-z-geer 

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <git@maxdeviant.com>
2025-08-12 19:56:27 +00:00
..
proxy Revert "client: Fix an issue where non-IP proxy URLs didn’t resolve c… (#33013) 2025-06-19 08:56:00 +00:00
telemetry Use Instant not chrono for telemetry (#20756) 2024-11-19 08:23:12 -07:00
client.rs language_model: Refresh the LLM token upon receiving a UserUpdated message from Cloud (#35839) 2025-08-07 23:00:45 +00:00
proxy.rs Revert "client: Fix an issue where non-IP proxy URLs didn’t resolve c… (#33013) 2025-06-19 08:56:00 +00:00
telemetry.rs telemetry: Reduce the amount of telemetry events fired (#36060) 2025-08-12 19:56:27 +00:00
test.rs Start separating authentication from connection to collab (#35471) 2025-08-01 17:37:38 +00:00
user.rs Ensure Edit Prediction provider is properly assigned on sign-in (#35885) 2025-08-08 18:10:09 +00:00
zed_urls.rs onboarding: Add some adjustments (#35887) 2025-08-08 16:40:41 -03:00