Add `wp_version` prop to storeprofiler_store_business_details_continue track (#34439)
* Add wp_version prop to storeprofiler_store_business_details_continue_variant track * Add changelog
This commit is contained in:
parent
ec3b10fe1f
commit
51a794d743
|
@ -401,6 +401,7 @@ class BusinessDetails extends Component {
|
|||
used_platform: otherPlatform,
|
||||
used_platform_name: otherPlatformName,
|
||||
setup_client: isSetupClient,
|
||||
wp_version: getSetting( 'wpVersion' ),
|
||||
} );
|
||||
recordEvent( 'storeprofiler_step_complete', {
|
||||
step: BUSINESS_DETAILS_TAB_NAME,
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Add wp_version prop to storeprofiler_store_business_details_continue track
|
Loading…
Reference in New Issue