Merge pull request #1829 from zed-industries/add-release-channel-information-to-telemetry-events

Add release channel information to telemetry events
This commit is contained in:
Joseph T. Lyons 2022-10-31 16:42:28 -04:00 committed by GitHub
commit c180137e02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 42 additions and 15 deletions

View file

@ -6470,7 +6470,7 @@ impl Editor {
project.read(cx).client().report_event(
name,
json!({
"file_extension": file
"File Extension": file
.path()
.extension()
.and_then(|e| e.to_str())