@@ -96,6 +96,7 @@ describe('AnalyticsService', () => {
96
96
integrations : { Amplitude : { session_id : sessionId } } ,
97
97
event : TelemetryEvents . ApplicationStarted ,
98
98
properties : {
99
+ anonymousId : mockAnonymousId ,
99
100
buildType : AppType . Electron ,
100
101
controlNumber : mockControlNumber ,
101
102
controlGroup : mockControlGroup ,
@@ -150,7 +151,7 @@ describe('AnalyticsService', () => {
150
151
integrations : { Amplitude : { session_id : sessionId } } ,
151
152
event : TelemetryEvents . ApplicationStarted ,
152
153
properties : {
153
- anonymousId : undefined ,
154
+ anonymousId : mockAnonymousId ,
154
155
buildType : AppType . Electron ,
155
156
controlNumber : mockControlNumber ,
156
157
controlGroup : mockControlGroup ,
@@ -186,6 +187,7 @@ describe('AnalyticsService', () => {
186
187
integrations : { Amplitude : { session_id : sessionId } } ,
187
188
name : TelemetryEvents . ApplicationStarted ,
188
189
properties : {
190
+ anonymousId : mockAnonymousId ,
189
191
buildType : AppType . Electron ,
190
192
controlNumber : mockControlNumber ,
191
193
controlGroup : mockControlGroup ,
@@ -240,7 +242,7 @@ describe('AnalyticsService', () => {
240
242
integrations : { Amplitude : { session_id : sessionId } } ,
241
243
name : TelemetryEvents . ApplicationStarted ,
242
244
properties : {
243
- anonymousId : undefined ,
245
+ anonymousId : mockAnonymousId ,
244
246
buildType : AppType . Electron ,
245
247
controlNumber : mockControlNumber ,
246
248
controlGroup : mockControlGroup ,
0 commit comments