UNPKG

@salesforce/plugin-telemetry

Version:

Command usage and error telemetry for the Salesforce CLI

14 lines (13 loc) 383 B
export declare class Uploader { private telemetry; private version; private constructor(); /** * Sends events from telemetry. */ static upload(cacheDir: string, telemetryFilePath: string, version: string): Promise<void>; /** * Reads the telemetry events from file and sends them to the telemetry service. */ private sendToTelemetry; }