Skip to content

Commit e6d8b2e

Browse files
authored
feat(env/model): Add use_identity_overrides_in_local_eval field (#208)
1 parent 0105a9d commit e6d8b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flag_engine/environments/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class EnvironmentModel(BaseModel):
4444
hide_sensitive_data: bool = False
4545
hide_disabled_flags: typing.Optional[bool] = None
4646
use_identity_composite_key_for_hashing: bool = False
47+
use_identity_overrides_in_local_eval: bool = False
4748

4849
amplitude_config: typing.Optional[IntegrationModel] = None
4950
dynatrace_config: typing.Optional[IntegrationModel] = None

0 commit comments

Comments
 (0)