Skip to content

Commit 88057c4

Browse files
authored
docs: add note about nested extraLogging field in holdout assignment logging (#691)
Add a note to the holdout configuration documentation to help users locate holdout information when their SDK implementation nests it within the extraLogging field rather than flattening it to the top level.
1 parent 3839e4a commit 88057c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/feature-flagging/concepts/holdout-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,5 @@ class MyAssignmentLogger(AssignmentLogger):
100100
})
101101
```
102102

103+
> **Note:** Some SDK implementations may nest the holdout information within an `extraLogging` field. If you don't see `holdoutKey` and `holdoutVariation` at the top level of the event, check for them in `event.extraLogging.holdoutKey` and `event.extraLogging.holdoutVariation`.
104+

0 commit comments

Comments
 (0)