Control feature flag distribution in FlagSync with targeting and rollouts.
import { FlagSyncFactory } from '@flagsync/js-sdk'; const factory = FlagSyncFactory({ sdkKey: 'your-sdk-key', core: { key: 'user123', attributes: { jobTitle: 'QA Tester', isVIP: false } } });
user123
QA Tester
key
custom