Skip to content

Commit 64ed9be

Browse files
committed
Track locale property for order_detail_edit_address_map_picker_tapped event.
1 parent 5af9ce9 commit 64ed9be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Address Edit/EditOrderAddressForm.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ struct SingleAddressForm: View {
329329
if #available(iOS 17, *), ServiceLocator.featureFlagService.isFeatureFlagEnabled(.orderAddressMapSearch) {
330330
Button(action: {
331331
showMapPicker = true
332-
ServiceLocator.analytics.track(.orderDetailEditAddressMapPickerTapped)
332+
ServiceLocator.analytics.track(.orderDetailEditAddressMapPickerTapped,
333+
withProperties: ["locale": Locale.current.identifier])
333334
}) {
334335
HStack {
335336
Image(systemName: "map")

0 commit comments

Comments
 (0)