Feature flag switches for user-facing SDK surfaces.
const features: SdkFeatures = { feedback: true, featureRequests: true, roadmap: true, changelog: true,}; Copy
const features: SdkFeatures = { feedback: true, featureRequests: true, roadmap: true, changelog: true,};
Enables release notes, changelog listings, and email subscriptions.
Enables the feature request board and community voting.
Enables in-app feedback dialogs and submissions.
Enables the multi-column public roadmap board.
Feature flag switches for user-facing SDK surfaces.
Example