Skip to content

Commit 0195cc2

Browse files
committed
fix: types + posthog key
1 parent 0b7a8df commit 0195cc2

3 files changed

Lines changed: 409 additions & 284 deletions

File tree

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
12721272
...baseApiConfiguration
12731273
}
12741274

1275-
const telemetryKey = 'phc_RRjQ4roADRjH6xMbXDUDTA9WLeM5ePPvAJK19w3yj0z'
1275+
const telemetryKey = 'phc_EixCfQZYA5It6ZjtZG2C8THsUQzPzXZsdCsvR8AYhfh'
12761276
const machineId = vscode.env.machineId
12771277
const allowedCommands = vscode.workspace.getConfiguration("roo-cline").get<string[]>("allowedCommands") || []
12781278
const cwd = this.cwd

0 commit comments

Comments
 (0)