ZIm/crates/extension_host/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
..
wasm_host extension_host: Add npm:install capability (#35144) 2025-07-26 22:40:02 +00:00
capability_granter.rs extension_host: Add npm:install capability (#35144) 2025-07-26 22:40:02 +00:00
extension_host.rs telemetry: Reduce the amount of telemetry events fired (#36060) 2025-08-12 19:56:27 +00:00
extension_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00
extension_store_test.rs languages: Remove a eager conversion from LanguageName to String (#35667) 2025-08-05 23:46:57 +03:00
headless_host.rs Rework extension-related errors (#34620) 2025-07-17 12:20:47 +00:00
wasm_host.rs Kb/wasm panics (#35319) 2025-07-30 09:18:26 +00:00