Unleash / unleash-proxy

Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
https://docs.getunleash.io/sdks/unleash-proxy
Apache License 2.0
48 stars 42 forks source link

feat: default session id #155

Closed kwasniew closed 8 months ago

kwasniew commented 8 months ago

About the changes

What problem are we solving?

Solution:

Important files

Discussion points

Is Math.random() good enough?

sighphyre commented 8 months ago

Is Math.random() good enough?

I think so. In the end we only need it to decide rollout here. Should be good enough for 0.1% splits after our hashing

Yeah agreed, I don't think it matters that much in this context