Skip to content

Commit 859c55a

Browse files
committed
FFL-1460 Attach an exception to the log
1 parent b7e67ee commit 859c55a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ internal class DatadogFlagsClient(
460460
featureSdkCore.internalLogger.log(
461461
InternalLogger.Level.WARN,
462462
InternalLogger.Target.MAINTAINER,
463-
{ "Flag '$flagKey': $errorMessage" }
463+
{ "Flag '$flagKey': $errorMessage" },
464+
exception
464465
)
465466
flag.variationValue
466467
}

0 commit comments

Comments
 (0)