Skip to content

Commit 3bec91d

Browse files
authored
Update index.md (#3847)
Bug with Regional Configuration In the go library the configuration fails with Endpoint: "https://events.eu1.segmentapis.com/" - and works with Endpoint: "https://events.eu1.segmentapis.com" client, _ := analytics.NewWithConfig(writeKey, analytics.Config{ Endpoint: "https://events.eu1.segmentapis.com", Verbose: true, }) This is inconsistent across libraries...
1 parent 6c75207 commit 3bec91d

File tree

1 file changed

+5
-1
lines changed
  • src/connections/sources/catalog/libraries/server/go

1 file changed

+5
-1
lines changed

src/connections/sources/catalog/libraries/server/go/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ That will create a `client` that you can use to send data to Segment for your so
4040
The default initialization settings are production-ready and queue 20 messages before sending a batch request, and a 5 second interval.
4141

4242
### Regional configuration
43-
{% include content/regional-config.md %}
43+
For Business plans with access to Regional Segment, you can use the host configuration parameter to send data to the desired region:
44+
45+
Oregon (Default) — api.segment.io/
46+
Dublin — events.eu1.segmentapis.com
47+
4448
## Identify
4549

4650
> note ""

0 commit comments

Comments
 (0)