Skip to content

Commit 756aed4

Browse files
Update react-native.mdx (#1800)
Changing typo of Login > Logging Co-authored-by: myronkaifung <97630035+myronkaifung@users.noreply.github.com>
1 parent f1ff96f commit 756aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/tracking-methods/sdks/react-native.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ To enable debug mode, call the [.setLoggingEnabled()](https://mixpanel.github.io
592592

593593
```javascript
594594
// enable debug log in the console
595-
mixpanel.setLoginEnabled(true);
595+
mixpanel.setLoggingEnabled(true);
596596
```
597597

598598
Learn more about [debugging](/docs/tracking-best-practices/debugging).

0 commit comments

Comments
 (0)