sink.ts 292 B

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