Skip to content

Commit 3df7dc0

Browse files
authored
docs: remove Android-only restriction from captureLog comment (#3157)
1 parent eb43f31 commit 3df7dc0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-native/src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ export type PostHogSessionReplayConfig = {
110110
*/
111111
maskAllSandboxedViews?: boolean
112112
/**
113-
* Enable capturing of logcat as console events
114-
* Android only
113+
* Enable capturing of logs as console events
115114
* Default: true
116115
*/
117116
captureLog?: boolean

0 commit comments

Comments
 (0)