Skip to content

Commit 141cded

Browse files
committed
detekt
1 parent f329a4d commit 141cded

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/EvaluationEventsProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internal class EvaluationEventsProcessor(
6363
*
6464
* @param flagKey the flag key
6565
* @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)
6767
* @param variantKey the variant/variation key, or null if not assigned
6868
* @param allocationKey the allocation key, or null if not assigned
6969
* @param reason the resolution reason indicating why this value was resolved

features/dd-sdk-android-flags/src/main/kotlin/com/datadog/android/flags/internal/EvaluationsFeature.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
package com.datadog.android.flags.internal
88

99
import android.content.Context
10+
import com.datadog.android.api.feature.Feature
1011
import com.datadog.android.api.feature.Feature.Companion.RUM_FEATURE_NAME
1112
import com.datadog.android.api.feature.FeatureContextUpdateReceiver
1213
import com.datadog.android.api.feature.FeatureSdkCore
@@ -43,7 +44,7 @@ internal class EvaluationsFeature(
4344
// region Feature
4445

4546
@Suppress("TodoWithoutTask") // Will be done before r4r
46-
override val name: String = "flags-evaluations" // TODO Move to Feature.kt before RUM-mobile team review.
47+
override val name: String = Feature.FLAGS_EVALUATIONS_FEATURE_NAME
4748

4849
override val requestFactory: RequestFactory = EvaluationsRequestFactory(
4950
internalLogger = sdkCore.internalLogger,

0 commit comments

Comments
 (0)