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 84ba36e commit 9a082d9Copy full SHA for 9a082d9
packages/remote-config/src/abt/experiment.ts
@@ -89,7 +89,9 @@ export class Experiment {
89
analytics.setUserProperties(customProperty);
90
analytics.logEvent(`set_firebase_experiment_state`);
91
} else {
92
- this.logger.warn(`Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`);
+ this.logger.warn(
93
+ `Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`
94
+ );
95
}
96
} catch (error) {
97
throw ERROR_FACTORY.create(ErrorCode.ANALYTICS_UNAVAILABLE, {
0 commit comments