Merge pull request #5136 from matrix-org/dbkr/send_settings_in_rageshake
Send mx_local_settings in rageshakepull/21833/head
commit
095824adbc
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue