QA and debug feature flags and experiments from GrowthBook's js/react SDKs
## Features
- View all features and experiments used on the current page
- Override assigned values to test all the different variations
- Override targeting attributes to simulate what different users will see
- Detailed logs explaining exactly why you got assigned a specific value
## Requirements
- Install the GrowthBook Javascript or React SDK to your site (https://docs.growthbook.io/lib)
Learn more about GrowthBook, the open source A/B testing and feature flagging platform - https://github.com/growthbook/growthbook
## CHANGELOG
*0.1.3* (2022-10-17)
- Improve error message when GrowthBook SDK is not detected
*0.1.2* (2022-06-08)
- Fix bug: forcing experiment variations in devtools was not updating feature values correctly in the UI
*0.1.1* (2022-01-22)
- Support for context.overrides
- UI improvements for boolean feature flags
- Auto-sync devtools when page's GrowthBook instance changes
- Visually show variation weights in an experiment
*0.1.0* (2022-01-05)
- Initial release