fix: include targetingKey in flagd serialized evaluation context (#58)
Signed-off-by: Federico Bond <federicobond@gmail.com>
This commit is contained in:
parent
02157f447a
commit
ddd79a49b7
|
|
@ -193,6 +193,7 @@ class FlagdProvider(AbstractProvider):
|
|||
s = Struct()
|
||||
if evaluation_context:
|
||||
try:
|
||||
s["targetingKey"] = evaluation_context.targeting_key
|
||||
s.update(evaluation_context.attributes)
|
||||
except ValueError as exc:
|
||||
message = (
|
||||
|
|
|
|||
Loading…
Reference in New Issue