File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,8 @@ def reason(self) -> dict:
5454 * ``errorKind``: further describes the nature of the error if the kind was ``ERROR``,
5555 e.g. ``"FLAG_NOT_FOUND"``
5656
57- * ``inExperiment``: True if the evaluation was part of an experiment. This is set when
58- the evaluation resulted in the context being assigned to a variation that is part of a
59- running experiment. This property is used by LaunchDarkly's Experimentation product to
60- track experiment assignment events.
57+ * ``inExperiment``: This is true if the evaluation resulted in an experiment rollout and
58+ served one of the variations in the experiment. Otherwise it is false.
6159
6260 * ``bigSegmentsStatus``: describes the validity of Big Segment information, if and only if
6361 the flag evaluation required querying at least one Big Segment; otherwise it returns None.
You can’t perform that action at this time.
0 commit comments