ZIm/crates/collab/src
Joseph T. Lyons a8741dc310
Migrate more events to telemetry::event! macro (#24102)
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
2025-02-03 16:38:45 +00:00
..
api Migrate more events to telemetry::event! macro (#24102) 2025-02-03 16:38:45 +00:00
bin windows: Make collab run on Windows (#23117) 2025-01-17 09:39:13 +02:00
db Allow filling co-authors in the git panel's commit input (#23329) 2025-01-18 22:57:17 +02:00
llm collab: Remove unused POST /predict_edits endpoint from LLM service (#23997) 2025-01-31 03:21:40 +00:00
rpc Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
tests assistant: Unship tool use (#23969) 2025-01-30 19:46:15 +00:00
api.rs collab: Add internal POST /snowflake/events endpoint (#23842) 2025-01-29 16:33:48 +00:00
auth.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
cents.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
completion.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
db.rs Represent git statuses more faithfully (#23082) 2025-01-16 00:01:38 +00:00
env.rs collab: Add support for reading boolean values from .env.toml (#16317) 2024-08-15 17:07:17 -04:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
lib.rs collab: Fix error message when missing Kinesis region (#23811) 2025-01-28 22:52:50 +00:00
llm.rs collab: Remove unused POST /predict_edits endpoint from LLM service (#23997) 2025-01-31 03:21:40 +00:00
main.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
migrations.rs collab: Remove unused parameter to run_database_migrations (#15883) 2024-08-06 17:31:52 -04:00
rate_limiter.rs Allow filling co-authors in the git panel's commit input (#23329) 2025-01-18 22:57:17 +02:00
rpc.rs Enable collaborating editing of the commit message input inside the git panel (#24130) 2025-02-03 18:11:13 +02:00
seed.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
stripe_billing.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
tests.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
user_backfiller.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00