in scripts/telemetry_utils.js [103:105]
export function writeJsonFile(filePath, data) { fs.writeFileSync(filePath, JSON.stringify(data, null, 2)); }