You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/server/csharp/migration-guide.md
+23-27Lines changed: 23 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You can update to Analytics-CSharp in 3 steps:
11
11
3.*(Optional)* Use `Reset` to stay anonymous.
12
12
13
13
14
-
## Start the Migration
14
+
## Migration steps
15
15
16
16
1. Add the Analytics-CSharp dependency to your project.
17
17
@@ -48,35 +48,31 @@ You can update to Analytics-CSharp in 3 steps:
48
48
49
49
3.*(Optional)* Update calls that resets the anonymous ID.
50
50
51
-
The old SDK requires you to provide the anonymous ID. ThenewSDK generates an Anonymous IDfor you if you never call `analytics.Identify`. If you call `Identify` and want to go back to anonymous, the newSDK provides a `Reset`function to achieve that.
51
+
The old SDK requires you to provide the anonymous ID. ThenewSDK generates an Anonymous IDfor you if you never call `analytics.Identify`. If you call `Identify` and want to go back to anonymous, the newSDK provides a `Reset`function to achieve that.
0 commit comments