Skip to content

Commit 07b3593

Browse files
committed
Add git repo telemetry properties
1 parent c17a07d commit 07b3593

File tree

7 files changed

+532
-500
lines changed

7 files changed

+532
-500
lines changed

packages/cloud/src/TelemetryClient.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ export class TelemetryClient extends BaseTelemetryClient {
2020
)
2121
}
2222

23+
/**
24+
* Mark this as a cloud telemetry client to receive extended properties including git info
25+
*/
26+
protected override isCloudTelemetryClient(): boolean {
27+
return true
28+
}
29+
2330
private async fetch(path: string, options: RequestInit) {
2431
if (!this.authService.isAuthenticated()) {
2532
return

0 commit comments

Comments
 (0)