Skip to content

Commit e3028c0

Browse files
committed
change tab to single code block [netlify-build]
1 parent 941833c commit e3028c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/guides/regional-segment.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,8 @@ If you're using Segment’s server-side SDKs (like Node.js, Python, and Java) or
9898
9999
#### Server-side SDK configuration examples
100100

101-
Use this example to configure your SDK:
101+
Use this example to configure server-side SDKs like Node.js, Python, and Java:
102102

103-
{% codeexample %}
104-
{% codeexampletab Node.js/Python/Java SDKs %}
105103
```js
106104
// Example configuration — adjust for your SDK's syntax
107105
const analytics = new Analytics({
@@ -110,8 +108,6 @@ const analytics = new Analytics({
110108
// You can configure other options like flushInterval or request retries
111109
})
112110
```
113-
{% endcodeexampletab %}
114-
{% endcodeexample %}
115111

116112
> info "Endpoint format for server-side SDKs"
117113
> Most SDKs handle the `/v1` path internally. However, only the C# SDK and custom HTTP requests require you to add `/v1` manually. like `https://events.eu1.segmentapis.com/v1`.

0 commit comments

Comments
 (0)