-
Notifications
You must be signed in to change notification settings - Fork 247
chore(telemetry): update analytics-node to latest version COMPASS-7441 #5308
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
| event: 'Telemetry Disabled', | ||
| properties: {}, | ||
| }); | ||
| void this._flushTelemetryAndIgnoreFailure(); |
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.
this can't be done anymore without closing the client
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.
Just making sure - does this mean that there is a chance that we might lose some telemetry that isn't synced yet? Probably not, right?
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.
That should be covered by the other flush, i think the reason this was here before is to "send telemetry one last time" and then stop sending anything after it has been disabled. I don't remember any strict requirement about this, I think that it should be fine to let the flush happen with a bit of delay here as long as we don't queue new events.
| event: 'Telemetry Disabled', | ||
| properties: {}, | ||
| }); | ||
| void this._flushTelemetryAndIgnoreFailure(); |
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.
Just making sure - does this mean that there is a chance that we might lose some telemetry that isn't synced yet? Probably not, right?
Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes