Add telemetry events backend for collab (#8220)
Send telemetry to collab not zed.dev Release Notes: - N/A --------- Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
6d91224882
commit
f19ab464c7
19 changed files with 1196 additions and 177 deletions
|
@ -22,5 +22,8 @@ extend-ignore-re = [
|
|||
":ba\\|z",
|
||||
# :/ crates/collab/migrations/20231009181554_add_release_channel_to_rooms.sql
|
||||
"COLUMN enviroment",
|
||||
# Typo in ClickHouse column name.
|
||||
# crates/collab/src/api/events.rs
|
||||
"rename = \"sesssion_id\""
|
||||
]
|
||||
check-filename = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue