Skip to content

Commit 1e3eb23

Browse files
committed
Clarify flush() usage
1 parent b897323 commit 1e3eb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function captureError(telemetry: Telemetry, error: unknown): void {
8686
}
8787

8888
/**
89-
* Flushes all enqueued telemetry data immediately.
89+
* Flushes all enqueued telemetry data immediately, instead of waiting for default batching.
9090
*
9191
* @public
9292
*

0 commit comments

Comments
 (0)