We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f1ab8 commit c3f0928Copy full SHA for c3f0928
src/telemetry/telemetry.ts
@@ -60,6 +60,7 @@ export class Telemetry {
60
}
61
62
public async close(): Promise<void> {
63
+ this.isBufferingEvents = false;
64
await this.emitEvents(this.eventCache.getEvents());
65
66
0 commit comments