Skip to content

Commit

Permalink
fix(app-shell): to only events for flag variations
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Mar 5, 2024
1 parent a70267c commit ae46f79
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ export const SetupFlopFlipProvider = (props: TSetupFlopFlipProviderProps) => {
// of the application config.
// This is mostly useful for internal usage on our staging environments.
clientSideId: props.ldClientSideId ?? ldClientSideIdProduction,
clientOptions: {
sendEventsOnlyForVariation: true,
},
},
flags,
context: getUserContextForLaunchDarklyAdapter(
Expand Down

0 comments on commit ae46f79

Please sign in to comment.