Do we have functionality to remind people deprecate feature toggles if they are over their life time? I didn’t see any in doc
f
future-teacher-7046
05/10/2022, 1:19 PM
No. We were considering adding some opt in usage tracking to the SDKs so you could see how many times each feature was evaluated and what values were assigned. That way we could detect when it's not being used anymore and prompt you to clean up the code.