Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contents/docs/libraries/react-native/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ You can enable debug mode by setting the `debug` option to `true` in the `PostHo

```react-native
<PostHogProvider
debug: {true}
apiKey="<ph_project_api_key>"
options={{
debug: true,
host: "<ph_client_api_host>",
}}
>
Expand Down