mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
01ad22683d
This PR adds a bit more metadata for assistant logging. Release Notes: - Assistant: Added `language_name` and `model_provider` fields to telemetry events. --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com> Co-authored-by: Max <max@zed.dev>
17 lines
281 B
TOML
17 lines
281 B
TOML
[package]
|
|
name = "telemetry_events"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/telemetry_events.rs"
|
|
|
|
[dependencies]
|
|
language.workspace = true
|
|
semantic_version.workspace = true
|
|
serde.workspace = true
|