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 9a11be7 commit 81041d9Copy full SHA for 81041d9
packages/optimizely-sdk/lib/optimizely/index.ts
@@ -139,7 +139,12 @@ export default class Optimizely implements Client {
139
configObj.revision,
140
configObj.projectId
141
);
142
+
143
this.notificationCenter.sendNotifications(NOTIFICATION_TYPES.OPTIMIZELY_CONFIG_UPDATE);
144
145
+ NotificationRegistry.getNotificationCenter(config.sdkKey)?.sendNotifications(
146
+ NOTIFICATION_TYPES.OPTIMIZELY_CONFIG_UPDATE
147
+ );
148
});
149
150
const projectConfigManagerReadyPromise = this.projectConfigManager.onReady();
0 commit comments