Skip to content

Commit

Permalink
fix telemtry (#7923)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlshen authored Nov 8, 2024
1 parent 2082c0f commit a177fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-vscode/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export async function registerCore(
registerOptions(context),
registerEnv(broker),
registerUser(broker, telemetryLogger),
registerProject(broker),
registerProject(broker, telemetryLogger),
registerQuickstart(broker),
await registerWebhooks(),
{ dispose: sub1 },
Expand Down

0 comments on commit a177fe0

Please sign in to comment.