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 383553a commit 452fe2fCopy full SHA for 452fe2f
packages/remote-config/src/abt/experiment.ts
@@ -90,6 +90,7 @@ export class Experiment {
90
const analytics = this.analyticsProvider.getImmediate({ optional: true });
91
if (analytics) {
92
analytics.setUserProperties({ properties: customProperty });
93
+ analytics.logEvent("experiment set");
94
} else {
95
// TODO: Update warning message
96
this.logger.warn(`Analytics is not imported correctly`);
0 commit comments