Roo-Code/packages/telemetry/src
Chris Estreich aaed043cb0
Git repo cloud telemetry (#5119)
This PR adds filtering of git repository properties from telemetry data and includes git info in telemetry properties, with comprehensive tests.

Behavior:
PostHogTelemetryClient now filters out repositoryUrl, repositoryName, and defaultBranch from telemetry events.
ClineProvider includes git repository information in telemetry properties, filtered by clients.
Functions:
Added isPropertyCapturable() in BaseTelemetryClient to allow property filtering.
Implemented getGitRepositoryInfo() and getWorkspaceGitInfo() in git.ts to extract git info.
Tests:
Added tests for isPropertyCapturable() in PostHogTelemetryClient.test.ts.
Added tests for getGitRepositoryInfo() and getWorkspaceGitInfo() in git.spec.ts.
2025-06-25 17:01:32 -07:00
..
__tests__ Git repo cloud telemetry (#5119) 2025-06-25 17:01:32 -07:00
BaseTelemetryClient.ts Git repo cloud telemetry (#5119) 2025-06-25 17:01:32 -07:00
index.ts Roo Code Cloud (#4069) 2025-05-28 20:43:30 -07:00
PostHogTelemetryClient.ts Git repo cloud telemetry (#5119) 2025-06-25 17:01:32 -07:00
TelemetryService.ts Modes selector improvements (#4902) 2025-06-24 14:24:35 -04:00