Skip to content

Commit 84ba36e

Browse files
author
Athira M
committed
Update warning message
1 parent 2ef04a7 commit 84ba36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class Experiment {
8989
analytics.setUserProperties(customProperty);
9090
analytics.logEvent(`set_firebase_experiment_state`);
9191
} else {
92-
this.logger.warn(`Analytics import failed`);
92+
this.logger.warn(`Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`);
9393
}
9494
} catch (error) {
9595
throw ERROR_FACTORY.create(ErrorCode.ANALYTICS_UNAVAILABLE, {

0 commit comments

Comments
 (0)