|
|
|
@ -47,11 +47,12 @@ function initRageshake() {
|
|
|
|
|
initRageshake(); |
|
|
|
|
|
|
|
|
|
global.mxSendRageshake = function(text, withLogs) { |
|
|
|
|
if (withLogs === undefined) withLogs = true; |
|
|
|
|
require(['matrix-react-sdk/lib/rageshake/submit-rageshake'], (s) => { |
|
|
|
|
s(SdkConfig.get().bug_report_endpoint_url, { |
|
|
|
|
userText: text, |
|
|
|
|
sendLogs: withLogs, |
|
|
|
|
progressCallback: console.log, |
|
|
|
|
progressCallback: console.log.bind(console), |
|
|
|
|
}).then(() => { |
|
|
|
|
console.log("Bug report sent!"); |
|
|
|
|
}, (err) => { |
|
|
|
|