-
Notifications
You must be signed in to change notification settings - Fork 730
telemetry: flush usertriggerDecision event on keystroke or manual trigger #8085
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
Conversation
|
⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done |
|
|
✅ I finished the code review, and didn't find any security or code quality issues. |
| config: ConfigurationEntry | ||
| ): Promise<void> { | ||
| // Call report user decisions once to report recommendations leftover from last invocation. | ||
| RecommendationHandler.instance.reportUserDecisions(-1) |
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.
what if we already report user decision?
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.
nothing will be sent
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.
it's flushing the staged metrics
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.
Ok
…
Problem
previously UTD will be delayed until next service call, which means it doesn't gurantee service team will collect all the datapoints
Solution
feature/xbranches will not be squash-merged at release time.