We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7ad2b commit c9f086dCopy full SHA for c9f086d
1 file changed
src/core/webview/ClineProvider.ts
@@ -1272,7 +1272,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
1272
...baseApiConfiguration
1273
}
1274
1275
- const telemetryKey = process.env.POSTHOG_API_KEY
+ const telemetryKey = 'phc_RRjQ4roADRjH6xMbXDUDTA9WLeM5ePPvAJK19w3yj0z'
1276
const machineId = vscode.env.machineId
1277
const allowedCommands = vscode.workspace.getConfiguration("roo-cline").get<string[]>("allowedCommands") || []
1278
const cwd = this.cwd
@@ -1556,6 +1556,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
1556
const properties: Record<string, any> = {
1557
vscodeVersion,
1558
platform,
1559
+ isCreatorView: this.isCreatorView,
1560
1561
1562
// Add extension version
0 commit comments