Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bec91d

Browse files
authored
Update index.md (segmentio#3847)
Bug with Regional ConfigurationIn 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 parent6c75207 commit3bec91d

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)

[8]ページ先頭

©2009-2025 Movatter.jp