UNPKG

178 BJavaScriptView Raw
1"use strict";
2
3const Telemetry = require(`./telemetry`);
4
5const instance = new Telemetry();
6
7const flush = _ => {
8 instance.sendEvents().catch(e => {// ignore
9 });
10};
11
12flush();
\No newline at end of file