Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c204833

Browse files
added some properties to the optimizely config for the vscode plugin
1 parent 1e00509 commit c204833

File tree

1 file changed

+3
-0
lines changed
  • packages/optimizely-sdk/lib/core/optimizely_config

1 file changed

+3
-0
lines changed

packages/optimizely-sdk/lib/core/optimizely_config/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ module.exports = {
117117
return {
118118
experimentsMap: experimentsMap,
119119
featuresMap: getFeaturesMap(configObj, experimentsMap),
120+
projectId: configObj.projectId,
121+
events: configObj.events,
122+
attributes: configObj.attributes,
120123
revision: configObj.revision,
121124
};
122125
},

0 commit comments

Comments
 (0)