We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67d321 commit dc19da6Copy full SHA for dc19da6
lib/flagsmith/engine/evaluationContext/mappers.rb
@@ -74,6 +74,7 @@ def self.map_environment_model_to_evaluation_context(environment)
74
value: fs.get_value
75
}
76
override_hash[:priority] = fs.feature_segment.priority if fs.feature_segment&.priority
77
+ override_hash[:metadata] = { flagsmithId: fs.feature.id }
78
override_hash
79
end
80
0 commit comments