use new rageshake location

pull/21833/head
Matthew Hodgson 2018-04-13 01:36:41 +01:00
förälder efe466ef75
incheckning 13765632e9
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -56,7 +56,7 @@ export default class BugReportDialog extends React.Component {
this.setState({ busy: true, progress: null, err: null });
this._sendProgressCallback(_t("Preparing to send logs"));
require(['../../../vector/submit-rageshake'], (s) => {
require(['../../../rageshake/submit-rageshake'], (s) => {
s(SdkConfig.get().bug_report_endpoint_url, {
userText,
sendLogs: true,