()
| 300 | } |
| 301 | |
| 302 | private baseProperties() { |
| 303 | return { |
| 304 | client_lib: 'tanstack-cli', |
| 305 | disabled_by: this.disabledBy, |
| 306 | node_major: getNodeMajorVersion(), |
| 307 | os_arch: process.arch, |
| 308 | os_platform: process.platform, |
| 309 | } |
| 310 | } |
| 311 | } |
| 312 | |
| 313 | export async function createTelemetryClient(opts?: { json?: boolean }) { |
no test coverage detected