Skip to content

Commit

Permalink
feat(env/model): Add use_identity_overrides_in_local_eval field (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi authored Sep 4, 2024
1 parent 0105a9d commit e6d8b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flag_engine/environments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class EnvironmentModel(BaseModel):
hide_sensitive_data: bool = False
hide_disabled_flags: typing.Optional[bool] = None
use_identity_composite_key_for_hashing: bool = False
use_identity_overrides_in_local_eval: bool = False

amplitude_config: typing.Optional[IntegrationModel] = None
dynatrace_config: typing.Optional[IntegrationModel] = None
Expand Down

0 comments on commit e6d8b2e

Please sign in to comment.