Setup Proactive Bug Reporting
This page covers how you can use Proactive Reporting to prompt users to submit feedback reports and how to configure it using APIs.
Enabling Proactive Reporting
BugReporting.setProactiveReportingConfigurations({
enabled: true,
gapBetweenModals: 2, // Time in seconds
modalDelayAfterDetection: 1, // Time in seconds
});Last updated