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:
Chi-Hsuan Huang 2022-08-26 12:37:08 +08:00 committed by GitHub
parent ec3b10fe1f
commit 51a794d743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Add wp_version prop to storeprofiler_store_business_details_continue track