Customize Report Fields
Customize attachment types, disclaimer, and comment requirements for bug reports in KMP.
Attachment types
BugReportingKmp.setEnabledAttachmentTypes(
screenshot = true,
extraScreenshot = true,
galleryImage = true,
screenRecording = true
)Auto screen recording
BugReportingKmp.setAutoScreenRecordingEnabled(true)
// iOS only
BugReportingKmp.setAutoScreenRecordingDurationIOS(seconds = 30)View hierarchy
BugReportingKmp.setViewHierarchyEnabled(true)Disclaimer text
Comment minimum character count (iOS)
User consent
Invocation options
Last updated