diff --git a/context/skills/logs/config.yaml b/context/skills/logs/config.yaml index e2595da8..899238a6 100644 --- a/context/skills/logs/config.yaml +++ b/context/skills/logs/config.yaml @@ -71,6 +71,12 @@ variants: docs_urls: - https://posthog.com/docs/logs/installation/ios.md + - id: flutter + display_name: Flutter + tags: [flutter, dart] + docs_urls: + - https://posthog.com/docs/logs/installation/flutter.md + - id: other display_name: Other Languages tags: [] diff --git a/context/skills/omnibus/instrument-logs/config.yaml b/context/skills/omnibus/instrument-logs/config.yaml index d6a9747b..325c342c 100644 --- a/context/skills/omnibus/instrument-logs/config.yaml +++ b/context/skills/omnibus/instrument-logs/config.yaml @@ -25,4 +25,5 @@ variants: - https://posthog.com/docs/logs/installation/android.md - https://posthog.com/docs/logs/installation/react-native.md - https://posthog.com/docs/logs/installation/ios.md + - https://posthog.com/docs/logs/installation/flutter.md - https://posthog.com/docs/logs/installation/other.md