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 5a95edc commit daf509cCopy full SHA for daf509c
1 file changed
lib/flagsmith.rb
@@ -198,6 +198,7 @@ def get_identity_flags_from_document(identifier, traits = {})
198
199
Flagsmith::Flags::Collection.from_feature_state_models(
200
engine.get_identity_feature_states(environment, identity_model),
201
+ identity_id: identity_model.composite_key,
202
analytics_processor: analytics_processor,
203
default_flag_handler: default_flag_handler,
204
offline_handler: offline_handler
0 commit comments