We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fad1d commit 7e98c33Copy full SHA for 7e98c33
src/telemetry/telemetry.ts
@@ -36,7 +36,7 @@ export class Telemetry {
36
private readonly commonProperties: CommonProperties;
37
38
constructor(private readonly session: Session) {
39
- // Ensure all required properties are present
+ // Create an immutable object with all telemetry properties
40
this.commonProperties = Object.freeze({
41
...MACHINE_METADATA,
42
mcp_client_version: this.session.agentRunner?.version,
0 commit comments