Revert "[Telemetry] Set up a base skeleton framework"#5471
Conversation
This reverts commit 97e0767.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request fully reverts a previous change that introduced a base skeleton framework for telemetry. The primary purpose is to remove all code, configurations, and dependencies related to telemetry, effectively undoing the initial setup. This ensures that no telemetry data is collected or processed by the application, streamlining the codebase by eliminating an unused feature. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request removes the entire telemetry package, including its implementation, helpers, and associated unit tests. Additionally, it removes the dynamic versioning utility from the config package and hardcodes the toolkit version to v1.86.0 in the root command. I have no feedback to provide.
This reverts commit 39a9ab7.
Reverts #5455