Merge pull request #5136 from matrix-org/dbkr/send_settings_in_rageshake
Send mx_local_settings in rageshake
This commit is contained in:
commit
095824adbc
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ async function collectBugReport(opts: IOpts = {}, gzipLogs = true) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.append("mx_local_settings", localStorage.getItem('mx_local_settings'));
|
||||||
|
|
||||||
if (opts.sendLogs) {
|
if (opts.sendLogs) {
|
||||||
progressCallback(_t("Collecting logs"));
|
progressCallback(_t("Collecting logs"));
|
||||||
const logs = await rageshake.getLogsForReport();
|
const logs = await rageshake.getLogsForReport();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue