Skip to content

Commit dd3e951

Browse files
Fix debug option in Debug mode example (React Native) (#14236)
* Fix debug option in Debug mode example * fix
1 parent f4b225f commit dd3e951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contents/docs/libraries/react-native

contents/docs/libraries/react-native/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ You can enable debug mode by setting the `debug` option to `true` in the `PostHo
349349

350350
```react-native
351351
<PostHogProvider
352+
debug: {true}
352353
apiKey="<ph_project_api_key>"
353354
options={{
354-
debug: true,
355355
host: "<ph_client_api_host>",
356356
}}
357357
>

0 commit comments

Comments
 (0)