Skip to content

Commit

Permalink
Add framework to calypso_signup_complete event (#95468)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapemanuele authored Oct 17, 2024
1 parent 02953e1 commit e38bd45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/lib/analytics/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function recordSignupComplete(
isMapping,
signupDomainOrigin,
elapsedTimeSinceStart = null,
framework = 'start',
framework,
isNewishUser,
},
now
Expand Down Expand Up @@ -109,6 +109,7 @@ export function recordSignupComplete(
is_transfer: isTransfer,
is_mapping: isMapping,
signup_domain_origin: signupDomainOrigin,
framework,
} );

// Google Analytics
Expand Down

0 comments on commit e38bd45

Please sign in to comment.