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:
commit
c180137e02
7 changed files with 42 additions and 15 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue