API ReferenceAdapters
@flags-sdk/statsig
The @flags-sdk/statsig
package provides
- An adapter for loading feature flags from this provider (coming soon).
- A
getProviderData
function for use with the Flags Explorer (available today).
Learn more about Adapters
getProviderData
A provider function to load flag metadata from Statsig for use with the Flags Explorer. Accepts an options
object with the following keys.
Options key | Type | Description |
---|---|---|
consoleApiKey | string | Statsig console API key |
projectId | string | StatSig project ID |
Learn more about the Flags Explorer