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/test/kotlin/com/datadog/android/rum/internal/monitor/DatadogRumMonitorTest.kt
+73Lines changed: 73 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2357,6 +2357,79 @@ internal class DatadogRumMonitorTest {
2357
2357
)
2358
2358
}
2359
2359
2360
+
@OptIn(ExperimentalRumApi::class)
2361
+
@Test
2362
+
fun`M log telemetry message W startFeatureOperation`(
0 commit comments