feat(core): set up onboarding telemetry (#23118)

Co-authored-by: Yuna Seol <yunaseol@google.com>
This commit is contained in:
Yuna Seol
2026-03-20 21:15:47 -04:00
committed by GitHub
parent fc03891a11
commit 244a608186
14 changed files with 390 additions and 36 deletions
+1 -5
View File
@@ -22,11 +22,7 @@ export async function createCodeAssistContentGenerator(
authType === AuthType.COMPUTE_ADC
) {
const authClient = await getOauthClient(authType, config);
const userData = await setupUser(
authClient,
config.getValidationHandler(),
httpOptions,
);
const userData = await setupUser(authClient, config, httpOptions);
return new CodeAssistServer(
authClient,
userData.projectId,