Add PostHog source UI with region select

Show a US/EU region dropdown for the PostHog Cloud API-key form and
an instance-URL field for Self-Hosted, map both to the connector inputs,
and register the PostHog logo for the self-hosted provider.

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
Aurélien Sibiril
2026-05-29 12:24:21 +02:00
parent da2276516b
commit 836fbfbe26
2 changed files with 40 additions and 13 deletions

View File

@@ -78,6 +78,7 @@ const thirdParties: Record<string, FC<ComponentProps<"svg">>> = {
OPENAI: OpenAI,
PAGERDUTY: PagerDuty,
POSTHOG: PostHog,
POSTHOG_SELF_HOSTED: PostHog,
RESEND: Resend,
SENTRY: Sentry,
SLACK: Slack,