-
Notifications
You must be signed in to change notification settings - Fork 520
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 Experimentation Service client #1934
Conversation
bwateratmsft
commented
Apr 30, 2020
•
edited
Loading
edited
- Adds Experimentation Service client (and adapter)
- Adds unified activity measurement service
- Removes NPS and Active Use surveys (NPS will return - Start Survey to get user feedback and satisfaction #1854)
- Guards more things based on user telemetry opt-in, in order to maximize respect of user privacy choice
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.
Looking great, just a couple of small things that need clarification.
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.
Overall looks great; the only issue that I'd like to discuss is (not?) including telemetry from test runs
* Create an adapter for TAS * Add activity measurement service * Refactoring * Update dependencies * Use registerEvent for save listener * Remove ITelemetryReporter