Skip to content

Commit 452fe2f

Browse files
author
Athira M
committed
log analytics events
1 parent 383553a commit 452fe2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remote-config/src/abt/experiment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export class Experiment {
9090
const analytics = this.analyticsProvider.getImmediate({ optional: true });
9191
if (analytics) {
9292
analytics.setUserProperties({ properties: customProperty });
93+
analytics.logEvent("experiment set");
9394
} else {
9495
// TODO: Update warning message
9596
this.logger.warn(`Analytics is not imported correctly`);

0 commit comments

Comments
 (0)