08 Aug 2023 04:31 PM - last edited on 30 Oct 2023 11:03 AM by IzabelaRokita
This is nice idea to display feature toogles in sessions: https://www.youtube.com/watch?v=VZakh1_oEL8
But there is atleast one major problem spotted in current implementation.
Session properties usage approach showed in video (assign name to string properties like stringproperties.featureName1, stringproperties.featureName2 etc) Is not manageable on a scale.
Probable solutions:
a) Dynatrace - create new type of vars: tra-ta-taa..... 🎵🎵🎵 array of strings )))
b) OBB: use single string variable AKA {app_name}_features and write vales in key value format with delimiters for easier parsing/matching e.g. "dark_mode=1 | new_login=0 | 3d_secure=0 | api_version=1.234 | jira_epic=DYNA-12345"
It will allow to extract values or combination in session query or data expoler by matching.
And will solve all problems mentioned above:
- management overhead
- cost
- potential conflicts in case of active CRUD
PS I don't know indgration details with "Feature Flag Analytics" but it seams like JS integration.
That leads to an option apply the same approach for action properties as well.
12 Feb 2024 07:28 PM
@Slawa are you still having an issue with this? Maybe an RFE would be suitable with this.