Skip to content

Commit 390d3a3

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/react-native/index.md
1 parent 855cb03 commit 390d3a3

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/react-native

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ segmentClient.userInfo.set((currentUserInfo) => {
752752
```
753753
754754
### If I use a proxy, what Segment endpoint should I send to?
755-
If you proxy your events through the `proxy` config option, you must forward the batched events to the following Segment endpoint `https://api.segment.io/v1/b`. The `https://api.segment.io/v1/batch` endpoint is reserved for events arriving from server side sending, and proxying to that endpoint for your mobile events may result in unexpected behavior.
755+
If you proxy your events through the `proxy` config option, you must forward the batched events to `https://api.segment.io/v1/b`. The `https://api.segment.io/v1/batch` endpoint is reserved for events arriving from server side sending, and proxying to that endpoint for your mobile events may result in unexpected behavior.
756756

757757

758758
## Changelog

0 commit comments

Comments
 (0)