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-session-replay/src/main/kotlin/com/datadog/android/sessionreplay/SessionReplayConfiguration.kt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -257,8 +257,9 @@ data class SessionReplayConfiguration internal constructor(
257
257
*
258
258
* Disabled by default.
259
259
*
260
-
* Heatmap recording ([setHeatmapsEnabled]) is not supported by this pipeline yet; combining
261
-
* the two will log a warning and no heatmap data will be recorded.
260
+
* Heatmap recording ([setHeatmapsEnabled]) is supported by this pipeline for native
261
+
* [View] content. Jetpack Compose content does not yet produce heatmap data when this
262
+
* pipeline is enabled - this matches the default recorder, which has the same limitation.
262
263
*
263
264
* @param enabled whether composition-tree recording should be used.
Copy file name to clipboardExpand all lines: features/dd-sdk-android-session-replay/src/main/kotlin/com/datadog/android/sessionreplay/internal/DefaultRecorderProvider.kt
Copy file name to clipboardExpand all lines: features/dd-sdk-android-session-replay/src/main/kotlin/com/datadog/android/sessionreplay/internal/composition/AndroidCapturedSnapshotProducer.kt
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ internal class AndroidCapturedSnapshotProducer(
0 commit comments