File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
dd-sdk-android-session-replay Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- -keepnames class com.datadog.android.rum.internal.domain.scope.RumRawEvent { *; }
2
- -keepnames class com.datadog.android.rum.internal.domain.scope.RumRawEvent$* { *; }
1
+ # Kept for our internal telemetry
2
+ -keepnames class com.datadog.android.rum.internal.monitor.DatadogRumMonitor
3
+ -keepnames class com.datadog.android.rum.internal.domain.scope.RumRawEvent
4
+ -keepnames class * extends com.datadog.android.rum.internal.domain.scope.RumRawEvent
Original file line number Diff line number Diff line change 5
5
6
6
# Kept for our internal telemetry
7
7
-keepnames class com.datadog.android.sessionreplay.internal.recorder.listener.WindowsOnDrawListener
8
+ -keepnames class com.datadog.android.sessionreplay.internal.recorder.TreeViewTraversal
8
9
-keepnames class * extends com.datadog.android.sessionreplay.recorder.mapper.WireframeMapper
9
10
-keepnames class * extends com.datadog.android.sessionreplay.internal.async.RecordedDataQueueItem
10
11
You can’t perform that action at this time.
0 commit comments