Da 1955: Add Reo.dev Telemetry#7
Conversation
VirajAgarwal-couchbase
commented
Jul 16, 2026
- Added telemetry
- And fixed dynamic versioning
There was a problem hiding this comment.
Code Review
This pull request introduces package-level telemetry using reo-census and updates the project layout by removing the src/ directory prefix. Feedback on these changes highlights two main issues: first, executing network requests directly during module import can block application startup and lacks opt-out controls, so it is recommended to run telemetry in a background thread and respect the DO_NOT_TRACK environment variable. Second, several references to the old src/ directory layout remain in pyproject.toml (e.g., for mypy and coverage) and should be updated to prevent CI/CD failures.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.