We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b225f commit dd3e951Copy full SHA for dd3e951
1 file changed
contents/docs/libraries/react-native/index.mdx
@@ -349,9 +349,9 @@ You can enable debug mode by setting the `debug` option to `true` in the `PostHo
349
350
```react-native
351
<PostHogProvider
352
+ debug: {true}
353
apiKey="<ph_project_api_key>"
354
options={{
- debug: true,
355
host: "<ph_client_api_host>",
356
}}
357
>
0 commit comments