-
Notifications
You must be signed in to change notification settings - Fork 493
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Version KV to telemetry events #3341
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3341 +/- ##
==========================================
- Coverage 47.74% 47.73% -0.02%
==========================================
Files 370 370
Lines 60262 60270 +8
==========================================
- Hits 28774 28768 -6
- Misses 28180 28191 +11
- Partials 3308 3311 +3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just noticed one small bug
Co-authored-by: Will Winder <[email protected]>
## Summary In #3341 I neglected to notice there are two places that generate telemetry configuration, ReadTelemetryConfigOrDefault and EnsureTelemetryConfigCreated. This updates the latter. ## Test Plan Updated tests to check and handle new default.
Summary
This piggybacks off the places where "session" is added to telemetry events, to additionally add a "v" key containing the version string.
Test Plan
Examine log output from tests.