Merge pull request #5136 from matrix-org/dbkr/send_settings_in_rageshake

Send mx_local_settings in rageshake
pull/21833/head
David Baker 2020-08-21 10:43:49 +01:00 committed by GitHub
commit 095824adbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ async function collectBugReport(opts: IOpts = {}, gzipLogs = true) {
}
}
body.append("mx_local_settings", localStorage.getItem('mx_local_settings'));
if (opts.sendLogs) {
progressCallback(_t("Collecting logs"));
const logs = await rageshake.getLogsForReport();