We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433e048 commit 80236b2Copy full SHA for 80236b2
WooCommerce/Classes/ViewRelated/Reviews/ReviewsDataSource.swift
@@ -229,6 +229,8 @@ extension ReviewsDataSource: ReviewsInteractionDelegate {
229
let reviewedProduct = product(id: review.productID)
230
let note = notification(id: review.reviewID)
231
232
+ ServiceLocator.analytics.track(.reviewOpen)
233
+
234
let detailsViewController = ReviewDetailsViewController(productReview: review,
235
product: reviewedProduct,
236
notification: note)
0 commit comments