Skip to content

Commit

Permalink
[Analytics] Dont gate AB test event behind flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mzikherman committed Feb 24, 2020
1 parent 4ad03bd commit 514fc17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Artsy/Analytics/trackingMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ export function trackingMiddleware(options: TrackingMiddlewareOptions = {}) {
}

// TODO: Remove after EXPERIMENTAL_APP_SHELL AB test ends.
if (getENV("EXPERIMENTAL_APP_SHELL")) {
trackExperimentViewed("client_navigation_v3")
}
trackExperimentViewed("client_navigation_v3")

// Reset timers that track time on page since we're tracking each order
// checkout view as a separate page.
Expand Down

0 comments on commit 514fc17

Please sign in to comment.