File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ Use the examples in this section to configure mobile SDKs to point to the EU end
63
63
{% codeexample %}
64
64
{% codeexampletab iOS/Android/Xamarin/Flutter %}
65
65
``` js
66
- // Example configuration — refer to your platform's SDK docs for full option list
67
66
const analytics = new Analytics ({
68
67
writeKey: ' <YOUR_WRITE_KEY>' , // Required: your source's write key from Segment
69
68
apiHost: " events.eu1.segmentapis.com/v1" , // Routes data through EU endpoint
@@ -74,7 +73,6 @@ const analytics = new Analytics({
74
73
75
74
{% codeexampletab React Native %}
76
75
``` js
77
- // Example configuration — refer to your platform's SDK docs for full option list
78
76
const analytics = new Analytics ({
79
77
writeKey: ' <YOUR_WRITE_KEY>' , // Required: must belong to an EU workspace
80
78
proxy: " https://events.eu1.segmentapis.com/v1" , // Required for EU data routing
You can’t perform that action at this time.
0 commit comments