agent: Add telemetry for eval runs (#28816)

Release Notes:

- N/A

---------

Co-authored-by: Joseph <joseph@zed.dev>
This commit is contained in:
Thomas Mickley-Doyle 2025-04-15 21:54:26 -05:00 committed by GitHub
parent 1eb948654a
commit 222d4a2546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 89 additions and 6 deletions

3
Cargo.lock generated
View file

@ -4886,6 +4886,7 @@ dependencies = [
"collections",
"context_server",
"dap",
"dirs 5.0.1",
"env_logger 0.11.8",
"extension",
"fs",
@ -4907,9 +4908,11 @@ dependencies = [
"serde",
"settings",
"shellexpand 2.1.2",
"telemetry",
"toml 0.8.20",
"unindent",
"util",
"uuid",
"workspace-hack",
]