You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/react-native/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ These are the options you can apply to configure the client:
88
88
|`storePersistor`|undefined|A custom persistor for the store that `analytics-react-native`uses. Must match [`Persistor`](https://github.com/segmentio/analytics-react-native/blob/master/packages/sovran/src/persistor/persistor.ts#L1-L18) interface exported from [sovran-react-native](https://github.com/segmentio/analytics-react-native/blob/master/packages/sovran). |
89
89
|`proxy`|undefined|`proxy` is a batch url to post to instead of'https://api.segment.io/v1/b'. |
90
90
|`errorHandler`|undefined| Create custom actions when errors happen, see [Handling errors](#handling-errors) |
91
-
91
+
|`useSegmentEndpoints`|false|Set to `true` to automatically append the Segment endpoints when using `proxy` or `cdnProxy` to send or fetch settings. Otherwise, `proxy` or `cdnProxy` will be used as is |
0 commit comments