UNPKG

288 BTypeScriptView Raw
1/**
2 * Flushes all buffered Pinpoint events to the service.
3 *
4 * @note
5 * This API will make a best-effort attempt to flush events from the buffer. Events recorded immediately after invoking
6 * this API may not be included in the flush.
7 */
8export declare const flushEvents: () => void;