mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 15:01:13 +02:00
use new rageshake location
This commit is contained in:
parent
efe466ef75
commit
13765632e9
@ -56,7 +56,7 @@ export default class BugReportDialog extends React.Component {
|
|||||||
this.setState({ busy: true, progress: null, err: null });
|
this.setState({ busy: true, progress: null, err: null });
|
||||||
this._sendProgressCallback(_t("Preparing to send logs"));
|
this._sendProgressCallback(_t("Preparing to send logs"));
|
||||||
|
|
||||||
require(['../../../vector/submit-rageshake'], (s) => {
|
require(['../../../rageshake/submit-rageshake'], (s) => {
|
||||||
s(SdkConfig.get().bug_report_endpoint_url, {
|
s(SdkConfig.get().bug_report_endpoint_url, {
|
||||||
userText,
|
userText,
|
||||||
sendLogs: true,
|
sendLogs: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user