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 671bbeb commit c2a1246Copy full SHA for c2a1246
src/telemetry/telemetry.ts
@@ -14,15 +14,6 @@ type EventResult = {
14
error?: Error;
15
};
16
17
-export type TelemetryOptions = {
18
- session: Session;
19
- userConfig: UserConfig;
20
- commonProperties?: CommonProperties;
21
- eventCache?: EventCache;
22
- getRawMachineId?: () => Promise<string>;
23
- getContainerEnv?: () => Promise<boolean>;
24
-};
25
-
26
async function fileExists(filePath: string): Promise<boolean> {
27
try {
28
await fs.stat(filePath);
0 commit comments