fix: metrics on posthog (#6024)

Co-authored-by: Zane Staggs <zane@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
This commit is contained in:
Michael Neale
2025-12-10 11:28:18 +11:00
committed by GitHub
parent 02189f5555
commit 9b6a1c1297
20 changed files with 689 additions and 34 deletions
@@ -10,6 +10,7 @@ import { OllamaSetup } from './OllamaSetup';
import ApiKeyTester from './ApiKeyTester';
import { SwitchModelModal } from './settings/models/subcomponents/SwitchModelModal';
import { createNavigationHandler } from '../utils/navigationUtils';
import TelemetrySettings from './settings/app/TelemetrySettings';
import { Goose, OpenRouter, Tetrate } from './icons';
@@ -306,6 +307,9 @@ export default function ProviderGuard({ didSelectProvider, children }: ProviderG
Go to Provider Settings
</button>
</div>
<div className="mt-6">
<TelemetrySettings isWelcome />
</div>
</div>
</div>
</div>