Making isCurrentUserEnrolled avaiable from MetricsClient
In a previous change (!71 (merged)) we forgot to include a new integration function (isCurrentUserEnrolled(experimentName)
) into MetricsClient.js
to be available for instrument developers while developing their instruments. This patch fixes that
Closes T368326