Skip to content

Commit 941833c

Browse files
committed
more code block cleanup [netlify-build]
1 parent ab788fb commit 941833c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guides/regional-segment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Use the examples in this section to configure mobile SDKs to point to the EU end
6363
{% codeexample %}
6464
{% codeexampletab iOS/Android/Xamarin/Flutter %}
6565
```js
66-
// Example configuration — refer to your platform's SDK docs for full option list
6766
const analytics = new Analytics({
6867
writeKey: '<YOUR_WRITE_KEY>', // Required: your source's write key from Segment
6968
apiHost: "events.eu1.segmentapis.com/v1", // Routes data through EU endpoint
@@ -74,7 +73,6 @@ const analytics = new Analytics({
7473

7574
{% codeexampletab React Native %}
7675
```js
77-
// Example configuration — refer to your platform's SDK docs for full option list
7876
const analytics = new Analytics({
7977
writeKey: '<YOUR_WRITE_KEY>', // Required: must belong to an EU workspace
8078
proxy: "https://events.eu1.segmentapis.com/v1", // Required for EU data routing

0 commit comments

Comments
 (0)