Feature Flags

Articles

Feature Flags Overview
Feature flags allow your development team to turn various features on and off in your production environment for a percentage of your overall traffic without requiring a release cycle or, more importantly, a rollback. By using this tool, you can r...
Create a Feature Flag
Follow these steps to create a feature flag in Monetate. Click COMPONENTS in the top navigation bar, and then select Feature Flags . Click CREATE FEATURE FLAG . Type a name and description for the feature flag into the respective fie...
Enable a Flagged Feature
Developers must take certain actions to ensure a newly developed feature works with a feature flag. Before you can enable a flagged feature, you must set up feature flags on your site by adding the necessary code. See the Setting Up Feature Fl...