Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: adds device_id, device_os, and coder_desktop_version to telemetry#17086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
spikecurtis merged 2 commits intomainfromspike/coder-desktop-telemetry-header
Mar 25, 2025

Conversation

spikecurtis
Copy link
Contributor

@spikecurtisspikecurtis commentedMar 25, 2025
edited
Loading

Records the Device ID, Device OS and Coder Desktop version to telemetry.

These values are provided by the Coder Desktop client in the StartRequest method of the VPN protocol. We render them as an HTTP header to transmit to Coderd, where they are decoded and added to telemetry.

@spikecurtisGraphite App
Copy link
ContributorAuthor

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

@spikecurtisspikecurtisforce-pushed thespike/coder-desktop-telemetry-header branch from1a803fe todea30baCompareMarch 25, 2025 10:37
@spikecurtisspikecurtis marked this pull request as ready for reviewMarch 25, 2025 10:39
@spikecurtisspikecurtisforce-pushed thespike/coder-desktop-telemetry-header branch fromdea30ba to91f5fbaCompareMarch 25, 2025 10:44
Copy link
Member

@johnstcnjohnstcn left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I don't have any blocking concerns, just some suggestions below.

Comment on lines +2513 to +2520
func requireEqualOrBothNil[T any](t testing.TB, a, b *T) {
t.Helper()
if a != nil && b != nil {
require.Equal(t, *a, *b)
return
}
require.Equal(t, a, b)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

suggestion: potentially usefultesutil candidate?

@spikecurtisspikecurtis merged commit117e4c2 intomainMar 25, 2025
32 of 34 checks passed
@spikecurtisGraphite App
Copy link
ContributorAuthor

Merge activity

  • Mar 25, 7:26 AM EDT: A user merged this pull request withGraphite.

@spikecurtisspikecurtis deleted the spike/coder-desktop-telemetry-header branchMarch 25, 2025 11:26
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMar 25, 2025
@hugodutka
Copy link
Contributor

👀

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

Assignees

@spikecurtisspikecurtis

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@spikecurtis@hugodutka@johnstcn

[8]ページ先頭

©2009-2025 Movatter.jp