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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user