You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/data-model/event-payloads/contexts.mdx
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -832,3 +832,37 @@ The required field is `package` which should contain the package or framework wh
832
832
}
833
833
}
834
834
```
835
+
836
+
## Feature Flag Context
837
+
838
+
The feature flag context contains information about the flags evaluated prior to an error occurring. Flag evaluation results are placed into the `values` key which is an array of 0 or more flag evaluation result objects.
839
+
840
+
`flag`
841
+
842
+
: **Required.** The name of the flag which was evaluated.
843
+
844
+
- Example: `"feature-is-enabled"`
845
+
846
+
`result`
847
+
848
+
: **Required.** The boolean result of flag evaluation.
0 commit comments