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-rum/src/main/kotlin/com/datadog/android/rum/internal/domain/scope/RumVitalAppLaunchEventHelper.kt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ internal class RumVitalAppLaunchEventHelper(
144
144
ddtags = buildDDTagsString(datadogContext),
145
145
vital =RumVitalAppLaunchEvent.Vital(
146
146
id =UUID.randomUUID().toString(),
147
-
name =null,
147
+
name =appLaunchMetric.vitalName(),
148
148
description =null,
149
149
appLaunchMetric = appLaunchMetric,
150
150
duration = durationNs,
@@ -155,3 +155,10 @@ internal class RumVitalAppLaunchEventHelper(
Copy file name to clipboardExpand all lines: features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/startup/RumSessionScopeStartupManagerTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -693,7 +693,7 @@ internal class RumSessionScopeStartupManagerTest {
0 commit comments