We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476132 commit 7823d87Copy full SHA for 7823d87
sentry-android-replay/src/main/java/io/sentry/android/replay/capture/BaseCaptureStrategy.kt
@@ -58,6 +58,7 @@ internal abstract class BaseCaptureStrategy(
58
"http.response_content_length",
59
"http.request_content_length"
60
)
61
+
62
// rrweb values
63
private const val TOUCH_MOVE_DEBOUNCE_THRESHOLD = 50
64
private const val CAPTURE_MOVE_EVENT_THRESHOLD = 500
0 commit comments