Turn your features ON/OFF using ConfigCat's Dashboard even after your code is deployed. ConfigCat lets you target user segments based on region, email, subscription or any other custom user attribute. We support % rollouts, A/B testing and variations. ConfigCat is a hosted service for feat...
support@configcat.com README.md ConfigCat Feature Flags ConfigCat is a hosted feature flag and configuration management servicethat lets you separate releases from deployments. You can turn your features ON/OFF using ConfigCat Dashboard even after they are deployed. ConfigCat lets you target specif...
1. Install and import package: via NPMpackage: npm i configcat-js-chromium-extension import*asconfigcatfrom"configcat-js-chromium-extension"; 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Create aConfigCatclient instance: varconfigCatClient=configcat.createClient("#YOUR-SDK-KEY#")...
Get aDatadog API Key. Open theintegrations tabon ConfigCat Dashboard. Click on Datadog's CONNECT button and set your Datadog API key. OPTIONAL - Set the proper site of your Datadog account.More about Datadog site. You're all set. Go ahead and make some changes on your feature flags, th...
1. Install and import package: via NPMpackage: npm i configcat-node constconfigcat=require("configcat-node"); 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Create aConfigCatclient instance: constconfigCatClient=configcat.getClient("#YOUR-SDK-KEY#"); ...
2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Importcom.configcat.* in your application code 4. Create aConfigCatclient instance ConfigCatClientclient=ConfigCatClient.get("#YOUR-SDK-KEY#"); 5. Get your setting value booleanisMyAwesomeFeatureEnabled=client.getValue(Boolean.class,"is...
So e.g. Jira's built-in feature flag management can only show the current feature flag values, but with ConfigCat's Feature Flag app, you are able to turn on/off feature flags or add Targeting or Percentage Rules just as easily like on ConfigCat Dashboard right fr...
Set on ConfigCat Dashboard for each setting. defaultValue REQUIRED. This value will be returned in case of an error. user Optional, User Object. Essential when using Targeting. Read more about Targeting.const value = await configCatClient.getValueAsync( 'keyOfMyFeatureFlag', // Setting Key ...
Set on ConfigCat Dashboard for each setting. defaultValue REQUIRED. This value will be returned in case of an error. user Optional, User Object. Essential when using Targeting. Read more about Targeting.Swift Objective-C client.getValueDetails( for: "keyOfMySetting", // Setting Key ...