mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
feat: default stickiness explanation (#6201)
This commit is contained in:
parent
aea4fc9dc9
commit
b48d25a226
@ -123,6 +123,10 @@ const RolloutSlider = ({
|
|||||||
determines the input for the MurmurHash,
|
determines the input for the MurmurHash,
|
||||||
ensuring that a user's feature exposure remains
|
ensuring that a user's feature exposure remains
|
||||||
consistent across sessions.
|
consistent across sessions.
|
||||||
|
<br />
|
||||||
|
By default Unleash will use the first value
|
||||||
|
present in the context in the order of{' '}
|
||||||
|
<b>userId, sessionId and random</b>.
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<StyledSubheader variant='h3'>
|
<StyledSubheader variant='h3'>
|
||||||
|
Loading…
Reference in New Issue
Block a user