File size: 292 Bytes
064bfd6 | 1 2 3 4 5 6 7 8 9 10 11 | /**
* Analytics sink implementation
*
* Telemetry sinks are disabled in this build. The exported functions remain so
* startup code does not need to special-case the OSS variant.
*/
export function initializeAnalyticsGates(): void {}
export function initializeAnalyticsSink(): void {}
|