We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32d2f9a + 318d81d commit f37baf1Copy full SHA for f37baf1
features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/internal/net/RumRequestFactory.kt
@@ -51,12 +51,7 @@ internal class RumRequestFactory(
51
idempotencyKey,
52
context
53
),
54
- body = viewEventFilter.filterOutRedundantViewEvents(batchData)
55
- .map { it.data }
56
- .join(
57
- separator = PAYLOAD_SEPARATOR,
58
- internalLogger = internalLogger
59
- ),
+ body = body,
60
contentType = RequestFactory.CONTENT_TYPE_TEXT_UTF8
61
)
62
}
0 commit comments