Skip to content

Commit

Permalink
feat(autocapture): add iOS link to autocapture settings (#25996)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj authored Nov 11, 2024
1 parent d844b47 commit cf8911d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions frontend/src/scenes/settings/environment/AutocaptureSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,19 @@ export function AutocaptureSettings(): JSX.Element {
submission associated with a <code>button</code>, <code>form</code>, <code>input</code>,{' '}
<code>select</code>, or <code>textarea</code>, when using our web JavaScript SDK.
</p>

<p>
Autocapture is also available for React Native, where it has to be{' '}
Autocapture is also available for{' '}
<Link to="https://posthog.com/docs/libraries/react-native#autocapture" target="_blank">
configured directly in code
React Native
</Link>{' '}
and{' '}
<Link to="https://posthog.com/docs/libraries/ios#autocapture" target="_blank">
iOS
</Link>
.
, where they can be configured directly in code.
</p>

<div className="space-y-2">
<LemonSwitch
id="posthog-autocapture-switch"
Expand Down

0 comments on commit cf8911d

Please sign in to comment.