Skip to content

Commit

Permalink
fix(@angular/cli): add set SessionEngaged in GA
Browse files Browse the repository at this point in the history
This is required for realtime reports.
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Feb 14, 2023
1 parent f916960 commit 5f40733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/cli/src/analytics/analytics-collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class AnalyticsCollector {
[RequestParameter.UserAgentArchitecture]: os.arch(),
[RequestParameter.UserAgentPlatform]: os.platform(),
[RequestParameter.UserAgentPlatformVersion]: os.version(),
[RequestParameter.SessionEngaged]: 1,
};

if (ngDebug) {
Expand Down

0 comments on commit 5f40733

Please sign in to comment.