Skip to content

Commit

Permalink
1% of users see modal
Browse files Browse the repository at this point in the history
  • Loading branch information
IvaKop committed Jan 9, 2024
1 parent 7462453 commit 8408350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const UserSessionRecordingModal = () => {
const show =
userSessionRecodingFeatureFlag &&
hasSeenModal !== 'true' &&
Math.random() < 1;
Math.random() < 0.01; // 1% chance of showing the modal
return show;
};

Expand Down

0 comments on commit 8408350

Please sign in to comment.