Setup Proactive Reporting
Configure proactive bug reporting in KMP (automatic prompts on frustrating experiences).
Configuration
val config = ProactiveReportingConfig(
enabled = true,
gapBetweenModals = 60, // seconds between modal prompts (optional)
modalDelayAfterDetection = 5 // seconds after detection before showing modal (optional)
)
BugReportingKmp.setProactiveReportingConfigurations(config)Last updated