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 0105a9d commit e6d8b2eCopy full SHA for e6d8b2e
flag_engine/environments/models.py
@@ -44,6 +44,7 @@ class EnvironmentModel(BaseModel):
44
hide_sensitive_data: bool = False
45
hide_disabled_flags: typing.Optional[bool] = None
46
use_identity_composite_key_for_hashing: bool = False
47
+ use_identity_overrides_in_local_eval: bool = False
48
49
amplitude_config: typing.Optional[IntegrationModel] = None
50
dynatrace_config: typing.Optional[IntegrationModel] = None
0 commit comments