"use strict"; const Telemetry = require(`./telemetry`); const instance = new Telemetry(); const flush = _ => { instance.sendEvents().catch(e => {// ignore }); }; flush();