Skip to content

Commit

Permalink
Fix: Add tracks event
Browse files Browse the repository at this point in the history
  • Loading branch information
ddc22 committed Jan 31, 2025
1 parent d8b8960 commit c85e182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/lib/signup/step-actions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,9 @@ export function maybeAddStorageAddonToCart( stepName, defaultDependencies, nextP
volume: 1,
extra: { feature_slug: AddOns.ADD_ON_50GB_STORAGE },
} );
recordTracksEvent( 'calypso_signup_storage_add_on_selected', {
add_on_slug: selectedAddOn.addOnSlug,
} );
}

submitSignupStep( { stepName, cartItem, wasSkipped: true }, { cartItem } );
Expand Down

0 comments on commit c85e182

Please sign in to comment.