Skip to content

Commit 0081bff

Browse files
committed
DRAFT: Add note about upcoming NativeEvaluation
1 parent e572afc commit 0081bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/datadog/open_feature/evaluation_engine.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def fetch_value(flag_key:, default_value:, expected_type:, evaluation_context: n
4545
def reconfigure!(configuration)
4646
@logger.debug('OpenFeature: Removing configuration') if configuration.nil?
4747

48+
# NOTE: This will be replaced with NativeEvaluator from libdatadog
4849
@evaluator = NoopEvaluator.new(configuration)
4950
rescue => e
5051
message = 'OpenFeature: Failed to reconfigure, reverting to the previous configuration'

0 commit comments

Comments
 (0)