Skip to content

Commit b2fe1e5

Browse files
Merge pull request #122 from PostHog/feat/logs-react-native
feat(logs): register React Native and JS web variants in wizard
2 parents f1c7b89 + 988ebe0 commit b2fe1e5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

transformation-config/skills/logs/config.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ shared_docs:
1111
- https://posthog.com/docs/logs/link-session-replay.md
1212
- https://posthog.com/docs/logs/debug-logs-mcp.md
1313
variants:
14+
- id: javascript
15+
display_name: Web (JavaScript)
16+
tags: [javascript_web, javascript]
17+
docs_urls:
18+
- https://posthog.com/docs/logs/installation/javascript.md
19+
1420
- id: nextjs
1521
display_name: Next.js
1622
tags: [nextjs, javascript]
@@ -47,6 +53,12 @@ variants:
4753
docs_urls:
4854
- https://posthog.com/docs/logs/installation/datadog.md
4955

56+
- id: react-native
57+
display_name: React Native
58+
tags: [react-native, javascript]
59+
docs_urls:
60+
- https://posthog.com/docs/logs/installation/react-native.md
61+
5062
- id: other
5163
display_name: Other Languages
5264
tags: []

0 commit comments

Comments
 (0)