mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
I believe this takes care of the remaining events running through the old flow that requires transformation at the collab server level. I think all events are now going through `telemetry::event!()`. For anyone curious where the new telemetry names are coming from, you can check the `for_snowflake` function within `crates/collab/src/api/events.rs`, to see how collab is currently transforming the events going through the old flow. Release Notes: - N/A |
||
|---|---|---|
| .. | ||
| markdown_elements.rs | ||
| markdown_parser.rs | ||
| markdown_preview.rs | ||
| markdown_preview_view.rs | ||
| markdown_renderer.rs | ||