Browse Source

refactor: Clean up telemetry fields in README.md

- Removed the "lastModified" and "version" fields from the telemetry configuration in README.md, streamlining the documentation.
- Updated the "telemetry.sqmId" field to maintain consistency in ID generation instructions.

These changes enhance the clarity of the README.md by focusing on essential telemetry information.
pull/30/head
Xx 6 months ago
parent
commit
374b509e98
  1. 8
      README.md

8
README.md

@ -59,9 +59,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
"telemetry.machineId": "generate-new-uuid", "telemetry.machineId": "generate-new-uuid",
"telemetry.macMachineId": "generate-new-uuid", "telemetry.macMachineId": "generate-new-uuid",
"telemetry.devDeviceId": "generate-new-uuid", "telemetry.devDeviceId": "generate-new-uuid",
"telemetry.sqmId": "generate-new-uuid",
"lastModified": "2024-01-01T00:00:00.000Z",
"version": "2.5.0"
"telemetry.sqmId": "generate-new-uuid"
} }
``` ```
5. Save the file and restart Cursor 5. Save the file and restart Cursor
@ -154,9 +152,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
"telemetry.machineId": "生成新的uuid", "telemetry.machineId": "生成新的uuid",
"telemetry.macMachineId": "生成新的uuid", "telemetry.macMachineId": "生成新的uuid",
"telemetry.devDeviceId": "生成新的uuid", "telemetry.devDeviceId": "生成新的uuid",
"telemetry.sqmId": "生成新的uuid",
"lastModified": "2024-01-01T00:00:00.000Z",
"version": "2.5.0"
"telemetry.sqmId": "生成新的uuid"
} }
``` ```
5. 保存文件并重启 Cursor 5. 保存文件并重启 Cursor

Loading…
Cancel
Save