Skip to content

Commit ac1a669

Browse files
authored
Merge pull request #5968 from segmentio/c-migration
add note about EU endpoint in c# migration guide
2 parents e185241 + 6e80478 commit ac1a669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/sources/catalog/libraries/server/csharp/migration-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ strat: csharp
55

66
If you’re currently using Analytics.NET or Analytics.Xamarin to send data to Segment, please follow the steps below to migrate to the [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/).
77

8+
> success ""
9+
> Analytics-C# does not include `v1` as part of the `url` address. If you are using the Segment EU endpoint, you will have to pass it manually. For instance, `events.eu1.segmentapis.com/v1`
10+
811
You can update to Analytics-CSharp in 3 steps:
912
1. Bundle Analytics-CSharp into your app and remove your previous SDK.
1013
2. Change the namespaces.

0 commit comments

Comments
 (0)