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: features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/EvaluationEventsProcessor.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ internal class EvaluationEventsProcessor(
63
63
*
64
64
* @param flagKey the flag key
65
65
* @param context the evaluation context (targeting key, attributes)
66
-
* @param rumContext the RUM context (view ID, session ID, application ID)
66
+
* @param ddContext the DD SDK context (including RUM fields such as view ID, application ID)
67
67
* @param variantKey the variant/variation key, or null if not assigned
68
68
* @param allocationKey the allocation key, or null if not assigned
69
69
* @param reason the resolution reason indicating why this value was resolved
0 commit comments