Skip to content

Analytics CSharp GA #5338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
8bf27ae
update csharp integration guide
wenxi-zeng Sep 12, 2023
aaeb72e
update migration guide
wenxi-zeng Sep 12, 2023
e987059
update beta to ga
wenxi-zeng Sep 12, 2023
e969fc4
Update src/connections/sources/catalog/libraries/mobile/xamarin/index.md
wenxi-zeng Sep 15, 2023
0802480
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
5bc16ba
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
3f680ce
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
6e5a21f
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
59fcf06
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
b97ee24
Update src/connections/sources/catalog/libraries/server/net/index.md
wenxi-zeng Sep 15, 2023
9f7099f
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
7658fb6
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
faddb03
Update src/connections/sources/catalog/libraries/server/csharp/index.md
wenxi-zeng Sep 15, 2023
2668033
Apply suggestions from code review
stayseesong Sep 20, 2023
d5600c1
Apply suggestions from code review
stayseesong Sep 20, 2023
ce5c0c0
edits [netlify-build]
stayseesong Sep 20, 2023
de5e954
update migration guide
wenxi-zeng Sep 22, 2023
c3ae12b
Merge branch 'master' into wenxi/cshapr-ga
stayseesong Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The library issues requests that hit our servers, and then we route your data to
**Note:** Since Xamarin requires Segment's library to be portable to different builds, Segment can only enable server-side destinations, as opposed to bundling select native SDKs like we do for iOS and Android. Look for the "Server" icon when selecting destinations. For tools for which we offer both bundled and server-side destinations, like Mixpanel, Amplitude, and Google Analytics, Segment's Xamarin library will only be able to use their server-side functionality.

> info "Analytics-CSharp (C#)"
> With Analytics-CSharp, you can add Segment analytics to your C# based app which includes Xamarin. The [Analytics-CSharp library](/docs/connections/sources/catalog/libraries/server/csharp/) is currently in beta and is governed by Segment’s [First Access and Beta terms](https://www.twilio.com/legal/tos){:target="_blank"}. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).
> With [Analytics-CSharp](/docs/connections/sources/catalog/libraries/server/csharp/), you can add Segment analytics to your C# based app which includes Xamarin. If you'd like to migrate to use Analytics-CSharp, see the [Analytics-CSharp migration guide](/docs/connections/sources/catalog/libraries/server/csharp/migration-guide/).

## Getting Started

Expand Down
Loading