Skip to content

Commit

Permalink
Merge branch 'integration-plugin' into experiment-plugin-segment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Oct 5, 2024
2 parents e0c5e37 + d6892f2 commit 746b78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/experiment-tag/src/experiment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const initializeExperiment = (apiKey: string, initialFlags: string) => {
0,
);
}
globalScope.experimentIntegration.type = 'integration';
globalScope.webExperiment.addPlugin(globalScope.experimentIntegration);
globalScope.webExperiment.setUser(user);

Expand Down

0 comments on commit 746b78c

Please sign in to comment.