diff --git a/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterReplayRecorder.kt b/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterReplayRecorder.kt index 453f138cdb..41209f75b6 100644 --- a/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterReplayRecorder.kt +++ b/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterReplayRecorder.kt @@ -27,7 +27,7 @@ internal class SentryFlutterReplayRecorder( "width" to config.recordingWidth, "height" to config.recordingHeight, "frameRate" to config.frameRate, - "replayId" to integration.getReplayId().toString() + "replayId" to integration.getReplayId().toString(), ), ) } catch (ignored: Exception) {