BetaBetaResolves a boolean flag value.
The key of the flag to evaluate
The default value to return if evaluation fails
Evaluation context (e.g., user attributes)
Optional logger instance
Promise resolving to evaluation result with value and reason
BetaResolves a number flag value.
The key of the flag to evaluate
The default value to return if evaluation fails
Evaluation context (e.g., user attributes)
Optional logger instance
Promise resolving to evaluation result with value and reason
BetaResolves an object flag value.
The key of the flag to evaluate
The default value to return if evaluation fails
Evaluation context (e.g., user attributes)
Optional logger instance
Promise resolving to evaluation result with value and reason
BetaResolves a string flag value.
The key of the flag to evaluate
The default value to return if evaluation fails
Evaluation context (e.g., user attributes)
Optional logger instance
Promise resolving to evaluation result with value and reason
Flagging Provider (OpenFeature-compatible).
Wraps @datadog/openfeature-node-server with Remote Config integration for dynamic flag configuration. Implements the OpenFeature Provider interface for flag evaluation.
This feature is in preview and not ready for production use