forked fromsegmentio/segment-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit3bec91d
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
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments
Comments
(0)