flagsmith
flagsmith copied to clipboard
Use feature name as id for flag analytics
At the moment, a lot of our clients are sending flag analytics data in the format {"<feature id>": <evaluation count}. The javascript client is using the feature name and the dashboard expects the feature name in the response data.
SDKs to correct:
- [x] Java
- [x] Python
- [ ] Elixir
- [ ] Go
- [x] Node
- [x] Ruby
- [ ] Rust
- [x] PHP
- [x] .NET ...More TBC
Python PR here: https://github.com/Flagsmith/flagsmith-python-client/pull/29
Node JS PR here: https://github.com/Flagsmith/flagsmith-nodejs-client/pull/48
Ruby PR here: https://github.com/Flagsmith/flagsmith-ruby-client/pull/17
PHP PR here: https://github.com/Flagsmith/flagsmith-php-client/pull/28
.NET PR here: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/44
Elixir PR here: https://github.com/Flagsmith/flagsmith-elixir-client/pull/16