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 b53e512 commit 76fd2adCopy full SHA for 76fd2ad
packages/remote-config/src/abt/experiment.ts
@@ -96,7 +96,6 @@ export class Experiment {
96
}
97
} catch (error) {
98
// TODO: Update error message
99
- this.logger.error(`Failed to add experiment to analytics : ${error}`);
100
throw ERROR_FACTORY.create(ErrorCode.ANALYTICS_UNAVAILABLE, {
101
originalErrorMessage: (error as Error)?.message
102
});
0 commit comments