Customize Report Fields
Control which attachments users can add to a bug report from your KMP app, set a disclaimer, toggle view hierarchy, and enable auto screen recording.
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