| @@ -45,8 +45,9 @@ | ||
| 45 | 45 | * |
| 46 | 46 | * @var array The modules which SDK will be using. |
| 47 | 47 | */ |
| 48 | 48 | private static $available_modules = [ |
| 49 | + 'crash_reporter', | |
| 49 | 50 | 'script_loader', |
| 50 | 51 | 'dashboard_widget', |
| 51 | 52 | 'rollback', |
| 52 | 53 | 'uninstall_feedback', |
| @@ -197,13 +198,14 @@ | ||
| 197 | 198 | 'cta_info' => 'What info do we collect?', |
| 198 | 199 | 'button_submit' => 'Submit & Deactivate', |
| 199 | 200 | 'button_cancel' => 'Skip & Deactivate', |
| 200 | 201 | 'disclosure' => [ |
| 201 | - 'title' => 'Below is a detailed view of all data that Themeisle will receive if you fill in this survey. No email address or IP addresses are transmitted after you submit the survey.', | |
| 202 | - 'version' => '%s %s version %s %s %s %s', | |
| 203 | - 'website' => '%sCurrent website:%s %s %s %s', | |
| 204 | - 'usage' => '%sUsage time:%s %s %s%s', | |
| 205 | - 'reason' => '%s Uninstall reason %s %s Selected reason from the above survey %s ', | |
| 202 | + 'title' => 'Below is a detailed view of all data that Themeisle will receive if you fill in this survey. No email address or IP addresses are transmitted after you submit the survey.', | |
| 203 | + 'version' => '%s %s version %s %s %s %s', | |
| 204 | + 'website' => '%sCurrent website:%s %s %s %s', | |
| 205 | + 'usage' => '%sUsage time:%s %s %s%s', | |
| 206 | + 'reason' => '%s Uninstall reason %s %s Selected reason from the above survey %s ', | |
| 207 | + 'diagnostics' => '%sCrash diagnostics:%s Anonymized technical details of errors recorded for this product, if any.', | |
| 206 | 208 | ], |
| 207 | 209 | |
| 208 | 210 | 'options' => [ |
| 209 | 211 | 'id3' => [ |