Get rageshake endpoint from SdkConfig instead of storing in rageshake
- in preparation for factoring out the sending of the rageshake
This commit is contained in:
parent
b26c460f13
commit
cbfa4dd1ab
3 changed files with 6 additions and 8 deletions
|
@ -259,7 +259,6 @@ async function loadApp() {
|
|||
let configError;
|
||||
try {
|
||||
configJson = await getConfig();
|
||||
rageshake.setBugReportEndpoint(configJson.bug_report_endpoint_url);
|
||||
} catch (e) {
|
||||
configError = e;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue