We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0009f8 commit 05dea8aCopy full SHA for 05dea8a
packages/browser/README.md
@@ -107,7 +107,7 @@ const analytics = AnalyticsBrowser.load(
107
integrations: {
108
'Segment.io': {
109
// https://api.segment.io/v1/t -> https://MY-CUSTOM-API-PROXY.com/t
110
- apiHost: 'MY-CUSTOM-API-PROXY.com', // 🔥
+ apiHost: 'MY-CUSTOM-API-PROXY.com/v1', // 🔥
111
protocol: 'https'
112
}
113
0 commit comments