Skip to content

Commit 2117644

Browse files
committed
remove unused constant
1 parent 97f1160 commit 2117644

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/@launchdarkly/observability-android/lib/src/main/kotlin/com/launchdarkly/observability/replay/RRwebGraphQLReplayLogExporter.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import kotlinx.serialization.json.JsonPrimitive
1818
import kotlinx.serialization.json.jsonArray
1919
import kotlinx.serialization.json.jsonObject
2020

21-
private const val REPLAY_EXPORTER_NAME = "RRwebGraphQLReplayLogExporter"
22-
2321
// size limit of accumulated continues canvas operations on the RRWeb player
2422
private const val RRWEB_CANVAS_BUFFER_LIMIT = 10_000_000 // ~10mb
2523
private const val RRWEB_CANVAS_DRAW_ENTOURAGE = 300 // 300 bytes

0 commit comments

Comments
 (0)