From 6400345a03209a889d5de244e206a8cfcde2efd0 Mon Sep 17 00:00:00 2001 From: Anna Garcia Date: Fri, 22 May 2026 13:22:58 -0400 Subject: [PATCH] feat(logs): add Android variant for installation wizard posthog-android@3.46.0 ships first-class logs support; this points the wizard at /docs/logs/installation/android alongside the existing RN / JS web entries. --- transformation-config/skills/logs/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/transformation-config/skills/logs/config.yaml b/transformation-config/skills/logs/config.yaml index 2f0bb4c9..c0c54254 100644 --- a/transformation-config/skills/logs/config.yaml +++ b/transformation-config/skills/logs/config.yaml @@ -59,6 +59,12 @@ variants: docs_urls: - https://posthog.com/docs/logs/installation/react-native.md + - id: android + display_name: Android + tags: [android, kotlin, java] + docs_urls: + - https://posthog.com/docs/logs/installation/android.md + - id: other display_name: Other Languages tags: []