Skip to content

Commit 904290b

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-faq.md
1 parent 390d3a3 commit 904290b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/kotlin-android/kotlin-android-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ When you successfully package a plugin in device-mode, you will no longer see th
8484
The instanceId was introduced in [V 1.10.1](https://github.com/segmentio/analytics-kotlin/releases/tag/1.10.1){:target="_blank"} and correlates events to a particular instance of the client in a scenario when you might have multiple instances on a single app.
8585

8686
## If I use a proxy, what Segment endpoint should I send to?
87-
If you proxy your events through the `apiHost` 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.
87+
If you proxy your events through the `apiHost` 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.

0 commit comments

Comments
 (0)