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 8ac8ef3 commit 905959cCopy full SHA for 905959c
src/telemetry/telemetry.ts
@@ -18,7 +18,7 @@ export const DEVICE_ID_TIMEOUT = 3000;
18
19
export class Telemetry {
20
private isBufferingEvents: boolean = true;
21
- /** Resolves when the device ID is retrieved or timeout occurs */
+ /** Resolves when the setup is complete or a timeout occurs */
22
public setupPromise: Promise<[string, boolean]> | undefined;
23
private deviceIdAbortController = new AbortController();
24
private eventCache: EventCache;
0 commit comments