Skip to content

Commit c9f086d

Browse files
committed
feat: include creator params in cline provider
1 parent af7ad2b commit c9f086d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/core/webview/ClineProvider.ts

Lines changed: 2 additions & 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 = process.env.POSTHOG_API_KEY
1275+
const telemetryKey = 'phc_RRjQ4roADRjH6xMbXDUDTA9WLeM5ePPvAJK19w3yj0z'
12761276
const machineId = vscode.env.machineId
12771277
const allowedCommands = vscode.workspace.getConfiguration("roo-cline").get<string[]>("allowedCommands") || []
12781278
const cwd = this.cwd
@@ -1556,6 +1556,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
15561556
const properties: Record<string, any> = {
15571557
vscodeVersion,
15581558
platform,
1559+
isCreatorView: this.isCreatorView,
15591560
}
15601561

15611562
// Add extension version

0 commit comments

Comments
 (0)