Flagsmith / flagsmith-js-client

Javascript Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/

Home Page:https://www.flagsmith.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"identify" does not work if string contains a dot

deividasm opened this issue · comments

I have discovered, that this does not work:

bulletTrain.identify("test.1");

and this does work

bulletTrain.identify("test_1");

I had a look at the "identify" implementation, and it is likely, that the issue is in the server, and not in the client.

Hi @deividasm, yep this is a server issue. There is a PR that fixes this waiting to be merged here Flagsmith/flagsmith#22