flagsmith icon indicating copy to clipboard operation
flagsmith copied to clipboard

Use feature name as id for flag analytics

Open matthewelwell opened this issue 3 years ago • 6 comments
trafficstars

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

matthewelwell avatar Jul 01 '22 14:07 matthewelwell

Python PR here: https://github.com/Flagsmith/flagsmith-python-client/pull/29

matthewelwell avatar Jul 12 '22 16:07 matthewelwell

Node JS PR here: https://github.com/Flagsmith/flagsmith-nodejs-client/pull/48

matthewelwell avatar Jul 12 '22 16:07 matthewelwell

Ruby PR here: https://github.com/Flagsmith/flagsmith-ruby-client/pull/17

matthewelwell avatar Jul 12 '22 16:07 matthewelwell

PHP PR here: https://github.com/Flagsmith/flagsmith-php-client/pull/28

matthewelwell avatar Jul 12 '22 16:07 matthewelwell

.NET PR here: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/44

matthewelwell avatar Jul 13 '22 10:07 matthewelwell

Elixir PR here: https://github.com/Flagsmith/flagsmith-elixir-client/pull/16

matthewelwell avatar Jul 13 '22 11:07 matthewelwell