Skip to content
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 telemetry support #9

Merged
merged 3 commits into from
Oct 27, 2024
Merged

Add telemetry support #9

merged 3 commits into from
Oct 27, 2024

Conversation

erbesharat
Copy link
Contributor

No description provided.

});

res.on("end", () => {
console.info(`Telemetry response: ${res.statusCode} - ${responseData}`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Telemetry tracking should be silent. Let’s not log or error any messages here except maybe in verbose debugging more

Copy link
Contributor

@joeldevelops joeldevelops left a comment

Choose a reason for hiding this comment

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

Let’s remove logging around this for now, we want to be as unobtrusive as possible. Perhaps in the future we’ll remove the telemetry flag as well and keep it enabled by default so we can track licensing infractions

@florianbgt
Copy link
Member

Other than what joel already mentionned, all good for me

@florianbgt florianbgt merged commit 579210b into main Oct 27, 2024
3 checks passed
@joeldevelops joeldevelops deleted the feature/telemetry branch October 28, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants