var enabled: Boolean (source)
Enable/Disable crash reporting.
enabled - Enable/Disable crash reporting.
services - List of crash reporting services that should receive crash reports.
shouldPrompt - Whether or not the user should be prompted to confirm sending crash reports.
enabled - Enable/Disable crash reporting.
promptConfiguration - Configuration for customizing the crash reporter prompt.
nonFatalCrashIntent - A PendingIntent that will be launched if a non fatal crash (main process not affected)
happened. This gives the app the opportunity to show an in-app confirmation UI before
sending a crash report. See component README for details.